Skip to content

Commit

Permalink
chore(lint): add strict validation in values.schema.json (#89)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Whitaker <[email protected]>
  • Loading branch information
jon-whit authored Feb 12, 2024
1 parent d3f80da commit 5b81239
Show file tree
Hide file tree
Showing 3 changed files with 365 additions and 64 deletions.
4 changes: 2 additions & 2 deletions charts/openfga/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ spec:
- name: wait-for-migration
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.datastore.migrations.image.repository }}:{{ .Values.datastore.migrations.image.tag }}"
imagePullPolicy: {{ .Values.datastore.migrations.image.pullPolicy }}
image: "{{ .Values.initContainer.repository }}:{{ .Values.initContainer.tag }}"
imagePullPolicy: {{ .Values.initContainer.pullPolicy }}
args: ["job", '{{ include "openfga.fullname" . }}-migrate']
resources:
{{- toYaml .Values.datastore.migrations.resources | nindent 12 }}
Expand Down
Loading

0 comments on commit 5b81239

Please sign in to comment.