feat(owncloud): Added first draft for owncloud deployment
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user