Skip to content
Snippets Groups Projects
Unverified Commit 3fae9833 authored by Varac's avatar Varac
Browse files

Rename existing NC override configmap

parent bbea4fce
No related branches found
No related tags found
No related merge requests found
......@@ -192,10 +192,6 @@ spec:
client_id: nextcloud
client_secret: "${nextcloud_oauth_client_secret}"
groups_claim: "openappstack_roles"
valuesFrom:
- kind: ConfigMap
name: nextcloud-values-override
optional: true
# Allow custom values either by configMap or by secret
valuesFrom:
- kind: ConfigMap
......
......@@ -3,7 +3,7 @@
set -euo pipefail
# First, add some overrides for values that are only useful in CI
kubectl apply -n oas-apps -f $( dirname "${BASH_SOURCE[0]}" )/nextcloud-values-override.yaml
kubectl apply -n oas-apps -f $( dirname "${BASH_SOURCE[0]}" )/oas-nextcloud-override.yaml
# This kustomization's only purpose is to add the kustomization that is in the
# flxu2/cluster/optional/nextcloud folder. After this kustomization is applied
......
......@@ -2,7 +2,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: nextcloud-values-override
name: oas-nextcloud-override
data:
values.yaml: |
onlyoffice:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment