Unverified Commit bece2090 authored by tomklapka's avatar tomklapka Committed by GitHub

feat(enable-flux): add flux-enabled property (#438)

* feat(enable-flux): add flux-enabled property * feat(enable-flux): bump chart version
parent dcadec6b
apiVersion: v1
version: 0.1.16
version: 0.1.17
appVersion: 1.9.6
engine: gotpl
......
......@@ -10,8 +10,8 @@ data:
bind-address = ":8088"
reporting-disabled = false
{{ if .Values.bootstrap.auth.secretName }}
[http]
{{ if .Values.bootstrap.auth.secretName }}
auth-enabled = true
{{ end }}
......@@ -23,6 +23,10 @@ data:
{{ end }}
{{ if .Values.data.flux.enabled }}
flux-enabled = true
{{ end }}
[enterprise]
{{ if .Values.license.key }}
# license-key and license-path are mutually exclusive, use only one and leave the other blank
......
......@@ -252,3 +252,5 @@ data:
# ca: ca.crt
# caSecret: secret-name # only use if different from the above
insecure: true
flux:
enabled: true
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment