Skip to content

Commit

Permalink
Merge pull request #268 from wexder/bugfix/cli-indentation
Browse files Browse the repository at this point in the history
fix: Wrong indentaion for allow admin initialization
  • Loading branch information
zachaysan authored Aug 30, 2024
2 parents 1d86894 + 6cebf60 commit e6886c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/flagsmith/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: flagsmith
description: Flagsmith
type: application
version: 0.56.0
version: 0.57.0
appVersion: 2.137.0
dependencies:
- name: postgresql
Expand Down
6 changes: 3 additions & 3 deletions charts/flagsmith/templates/deployment-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ spec:
command: ["/bin/sh", "-c"]
args: ["python manage.py waitfordb && python manage.py bootstrap"]
env: {{ include (print $.Template.BasePath "/_api_environment.yaml") . | nindent 8 }}
- name: ALLOW_ADMIN_INITIATION_VIA_CLI
value: 'true'
- name: ALLOW_ADMIN_INITIATION_VIA_CLI
value: 'true'
{{- if .Values.api.bootstrap.adminEmail }}
- name: ADMIN_EMAIL
value: {{ .Values.api.bootstrap.adminEmail }}
Expand Down Expand Up @@ -163,4 +163,4 @@ spec:
{{- end }}
{{- with .Values.api.extraVolumes }}
{{- toYaml . | nindent 6 }}
{{- end }}
{{- end }}

0 comments on commit e6886c6

Please sign in to comment.