Skip to content

Commit

Permalink
openfga: fix migrate cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
ElysaSrc committed Feb 25, 2025
1 parent 4f3ed5c commit 7e9d10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/openfga/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
initContainers:
- name: openfga-migrate
image: "{{ .Values.images.openfga }}"
command: ["migrate"]
command: ["openfga", "migrate"]
env:
- name: OPENFGA_DATASTORE_ENGINE
value: "postgres"
Expand Down

0 comments on commit 7e9d10f

Please sign in to comment.