Skip to content

Commit

Permalink
chore: update helm set-file example (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
till authored Nov 2, 2023
1 parent dcd74da commit e70d228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/helm/kratos.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ kratos:
kratos:
identitySchemas:
<schema-name>.schema.json: |-
{{ .Values.<your-key> }}
{{ .Values.<your_key> }}
config:
identity:
schemas:
Expand All @@ -207,7 +207,7 @@ Install Kratos using the following command:
```bash
helm install kratos ory/kratos \
-f values.yaml \
--set-file <your-key>=/path/to/<your-file>.json
--set-file <your_key>=/path/to/<your-file>.json
```

## Upgrade
Expand Down

0 comments on commit e70d228

Please sign in to comment.