Skip to content

Commit

Permalink
removed vng cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Jan 8, 2020
1 parent dcbcb34 commit be6a922
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit be6a922

Please sign in to comment.