Skip to content

Commit

Permalink
fix: Wrong indentaion for allow admin initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
wexder committed Aug 27, 2024
1 parent 1d86894 commit 3f03e95
Showing 1 changed file with 3 additions and 3 deletions.
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 3f03e95

Please sign in to comment.