diff --git a/docs/helm/kratos.md b/docs/helm/kratos.md index a1a2c2c8b6..e2a61d3a0d 100644 --- a/docs/helm/kratos.md +++ b/docs/helm/kratos.md @@ -193,7 +193,7 @@ kratos: kratos: identitySchemas: .schema.json: |- - {{ .Values. }} + {{ .Values. }} config: identity: schemas: @@ -207,7 +207,7 @@ Install Kratos using the following command: ```bash helm install kratos ory/kratos \ -f values.yaml \ - --set-file =/path/to/.json + --set-file =/path/to/.json ``` ## Upgrade