From bd49fce7b7ffa8212adc3b3287760dafb7be117e Mon Sep 17 00:00:00 2001 From: larsec Date: Mon, 22 Jan 2024 11:33:25 +0000 Subject: [PATCH] Add fleet --- fleet.yaml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 fleet.yaml diff --git a/fleet.yaml b/fleet.yaml new file mode 100644 index 0000000..e095175 --- /dev/null +++ b/fleet.yaml @@ -0,0 +1,38 @@ +namespace: fleet-helm-example +helm: + releaseName: minimal-helm-example + + # The directory of the chart in the repo. Also any valid go-getter supported + # URL can be used there is specify where to download the chart from. + # If repo below is set this value if the chart name in the repo + chart: "minimal-test" + + # An https to a valid Helm repository to download the chart from + repo: "https://helm.cloudyne.io" + + # Used if repo is set to look up the version of the chart + version: "1.0.1" + + # Force recreate resource that can not be updated + force: false + + # How long for helm to wait for the release to be active. If the value + # is less that or equal to zero, we will not wait in Helm + timeoutSeconds: 30 + + # Custom values that will be passed as values.yaml to the installation + values: + secretContents: + THIS: "was a triumph" + I: "am making a note here, huge success" + It: "is hard to overstate my satisfaction" + Aperture: "Science" + We: "do what we must, because we can" + Because: "we can" + For: "All of us" + Except: "The ones who are dead" + But: "There's no sense crying over every mistake" + You: "Just keep on trying till you run out of cake" + And: "The science gets done" + AndYou: "make a neat gun" + ForThe: "people who are still alive" \ No newline at end of file