We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1dd9f commit 1045888Copy full SHA for 1045888
cloud/helm-chart/src/main/helm/zilla/helmfile.yaml
@@ -0,0 +1,15 @@
1
+helmDefaults:
2
+ wait: true
3
+ createNamespace: true
4
+
5
+releases:
6
+- name: zilla
7
+ namespace: zilla
8
+ chart: oci://ghcr.io/aklivity/charts/zilla
9
+ version: ^0.9.0
10
+ set:
11
+ # single value loaded from a local file, translates to --set-file zilla\\.yaml=zilla.yaml
12
+ # as described in: https://artifacthub.io/packages/helm/zilla/zilla#configuration
13
+ - name: "zilla\\.yaml"
14
+ file: zilla.yaml
15
0 commit comments