added Nextcloud
This commit is contained in:
8
nextcloud-linode/templates/secret.yaml
Normal file
8
nextcloud-linode/templates/secret.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: nextcloud-config
|
||||
type: Opaque
|
||||
data:
|
||||
nc-admin-username: {{ printf "%s" .Values.initialNextcloudAdminUsername | b64enc }}
|
||||
nc-admin-password: {{ printf "%s" .Values.initialNextcloudAdminPassword | b64enc }}
|
||||
Reference in New Issue
Block a user