Moved secret to nextcloud namespace
This commit is contained in:
@@ -15,6 +15,7 @@ spec:
|
||||
helm:
|
||||
releaseName: nc-syncthing-requirements
|
||||
valuesObject:
|
||||
mainNamespace: {{ .Values.destination.namespace }}
|
||||
nextcloud:
|
||||
enable: {{ .Values.nextcloud.enable }}
|
||||
dbCluster:
|
||||
|
||||
@@ -11,6 +11,6 @@ parameters:
|
||||
linodebs.csi.linode.com/luks-encrypted: "true"
|
||||
linodebs.csi.linode.com/luks-cipher: "aes-xts-plain64"
|
||||
linodebs.csi.linode.com/luks-key-size: "512"
|
||||
csi.storage.k8s.io/node-stage-secret-namespace: luks-keys
|
||||
csi.storage.k8s.io/node-stage-secret-namespace: {{ .Values.mainNamespace }}
|
||||
csi.storage.k8s.io/node-stage-secret-name: nc-syncthing-data-luks-key
|
||||
{{- end }}
|
||||
@@ -1,3 +1,5 @@
|
||||
mainNamespace: nextcloud
|
||||
|
||||
nextcloud:
|
||||
enable: true
|
||||
dbCluster:
|
||||
|
||||
Reference in New Issue
Block a user