From 3f128d4725fd8602ff5ce03205b8cc640ee3fce7 Mon Sep 17 00:00:00 2001 From: Till! Date: Tue, 31 Oct 2023 20:21:39 +0100 Subject: [PATCH] chore: update helm set-file example Turns out, you can't use "-" in helm. --- docs/helm/kratos.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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