diff --git a/charts/flipt/Chart.yaml b/charts/flipt/Chart.yaml index 2618466..9628363 100644 --- a/charts/flipt/Chart.yaml +++ b/charts/flipt/Chart.yaml @@ -3,7 +3,7 @@ name: flipt home: https://flipt.io description: Flipt is an open source, self-hosted feature flag solution. type: application -version: 0.8.0 +version: 0.9.0 appVersion: "v1.11.0" maintainers: - name: Flipt diff --git a/charts/flipt/templates/configmap.yaml b/charts/flipt/templates/configmap.yaml index 7ade89a..9167213 100644 --- a/charts/flipt/templates/configmap.yaml +++ b/charts/flipt/templates/configmap.yaml @@ -5,7 +5,7 @@ metadata: labels: {{- include "flipt.labels" . | nindent 4 }} data: - config.yml: | + default.yml: | log: level: WARN diff --git a/charts/flipt/templates/deployment.yaml b/charts/flipt/templates/deployment.yaml index e3b1f24..1c8a063 100644 --- a/charts/flipt/templates/deployment.yaml +++ b/charts/flipt/templates/deployment.yaml @@ -42,8 +42,9 @@ spec: protocol: TCP volumeMounts: - name: flipt-config - mountPath: /etc/flipt/config.yml + mountPath: /etc/flipt/config/default.yml readOnly: true + subPath: default.yml - name: flipt-data mountPath: /var/opt/flipt {{- if .Values.persistence.subPath }}