From 62646df4f89a3bbb11220ebab1aac9e123910fe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 8 Dec 2020 09:43:56 +0100 Subject: [PATCH] Replace URI --- deployment/helm/ocelot.social/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/helm/ocelot.social/README.md b/deployment/helm/ocelot.social/README.md index 444f9da15..3f964576e 100644 --- a/deployment/helm/ocelot.social/README.md +++ b/deployment/helm/ocelot.social/README.md @@ -13,7 +13,7 @@ Probably you want to change this environment variable to your actual domain: ```bash # in folder /deployment/helm -CLIENT_URI: "https://develop.human-connection.org" +CLIENT_URI: "https://develop-k8s.ocelot.social" ``` If you want to edit secrets, you have to `base64` encode them. See [kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/secret/#creating-a-secret-manually). You can also use `helm-secrets`, but we have yet to test it.