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 apiVersion: v1
version: 0.1.16 version: 0.1.17
appVersion: 1.9.6 appVersion: 1.9.6
engine: gotpl engine: gotpl
......
...@@ -10,8 +10,8 @@ data: ...@@ -10,8 +10,8 @@ data:
bind-address = ":8088" bind-address = ":8088"
reporting-disabled = false reporting-disabled = false
{{ if .Values.bootstrap.auth.secretName }}
[http] [http]
{{ if .Values.bootstrap.auth.secretName }}
auth-enabled = true auth-enabled = true
{{ end }} {{ end }}
...@@ -23,6 +23,10 @@ data: ...@@ -23,6 +23,10 @@ data:
{{ end }} {{ end }}
{{ if .Values.data.flux.enabled }}
flux-enabled = true
{{ end }}
[enterprise] [enterprise]
{{ if .Values.license.key }} {{ if .Values.license.key }}
# license-key and license-path are mutually exclusive, use only one and leave the other blank # license-key and license-path are mutually exclusive, use only one and leave the other blank
......
...@@ -252,3 +252,5 @@ data: ...@@ -252,3 +252,5 @@ data:
# ca: ca.crt # ca: ca.crt
# caSecret: secret-name # only use if different from the above # caSecret: secret-name # only use if different from the above
insecure: true 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