diff --git a/charts/openfga/templates/deployment.yaml b/charts/openfga/templates/deployment.yaml index 771551e..d3d9aec 100644 --- a/charts/openfga/templates/deployment.yaml +++ b/charts/openfga/templates/deployment.yaml @@ -36,7 +36,7 @@ spec: {{- toYaml .Values.podSecurityContext | nindent 8 }} {{ if or (and (has .Values.datastore.engine (list "postgres" "mysql")) .Values.datastore.applyMigrations .Values.datastore.waitForMigrations) .Values.extraInitContainers }} initContainers: - {{- if and (has .Values.datastore.engine (list "postgres" "mysql")) .Values.datastore.applyMigrations .Values.datastore.waitForMigration }} + {{- if and (has .Values.datastore.engine (list "postgres" "mysql")) .Values.datastore.applyMigrations .Values.datastore.waitForMigrations }} - name: wait-for-migration securityContext: {{- toYaml .Values.securityContext | nindent 12 }}