From be6a9226b787cc7524560184305e09e6e7d861bb Mon Sep 17 00:00:00 2001 From: Ruben van der Linde Date: Wed, 8 Jan 2020 14:39:40 +0100 Subject: [PATCH] removed vng cloud --- .env | 2 +- INSTALLATION.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env b/.env index d57e6ce..47a976d 100644 --- a/.env +++ b/.env @@ -50,7 +50,7 @@ ORGANIZATION_UNIT_NAME=Common-Ground # The primary domain for this API @depracticed APP_DOMAIN=conduction.nl # he domains on wich you want to provide this component, the first wil be used as primary (or common in cert-manger terms) -APP_DOMAINS=["conduction.nl","vng.cloud","zaakonline.nl","larping.eu","common-ground.dev","trouwplanner.online","huwelijksplanner.online"] +APP_DOMAINS=["conduction.nl","zaakonline.nl","larping.eu","common-ground.dev","trouwplanner.online","huwelijksplanner.online"] # If set to true wil provide the component on an {APP_NAME}.{APP_DOMAIN} basis for production enviroment, and {APP_NAME}.{APP_ENV}.{APP_DOMAIN} basis for other enviroments. Wil skipp the {APP_NAME}. on both if set to false APP_USE_NAME_AS_SUBDOMAIN=true # The demo enviroment for this component @depracticed diff --git a/INSTALLATION.md b/INSTALLATION.md index 5ed0a96..5346da3 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -118,9 +118,9 @@ $ helm upgrade pc-prod ./api/helm --kubeconfig="api/helm/kubeconfig.yaml" --name Or del if you want to delete an existing one ```CLI -$ helm del pc-dev --purge --kubeconfig="api/helm/kubeconfig.yaml" -$ helm del pc-stag --purge --kubeconfig="api/helm/kubeconfig.yaml" -$ helm del pc-prod --purge --kubeconfig="api/helm/kubeconfig.yaml" +$ helm del lc-dev --purge --kubeconfig="api/helm/kubeconfig.yaml" +$ helm del lc-stag --purge --kubeconfig="api/helm/kubeconfig.yaml" +$ helm del lc-prod --purge --kubeconfig="api/helm/kubeconfig.yaml" ``` Note that you can replace common ground with the namespace that you want to use (normally the name of your component).