feat(owncloud): Added first draft for owncloud deployment

This commit is contained in:
Daniël Groothuis
2025-11-01 20:23:42 +01:00
parent 512186fa1c
commit 9cac63a132

View File

@@ -24,18 +24,10 @@ owncloud:
accountsEnableMedialSearch: ""
# -- ownCloud admin password.
# @default -- admin
adminPassword:
valueFrom:
secretKeyRef:
name: owncloud-secret
key: admin-password
adminPassword: "owncloud"
# -- ownCloud admin username.
# @default -- admin
adminUsername:
valueFrom:
secretKeyRef:
name: owncloud-secret
key: admin-username
adminUsername: "owncloud"
# -- Allow or disallow users to change their display names (see [documentation](https://doc.owncloud.com/server/latest/admin_manual/configuration/server/config_sample_php_parameters.html#allow-or-disallow-users-to-change-their-display-names)).
allowUserToChangeDisplayName: ""
apps: