mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
test
This commit is contained in:
parent
4d23fc19de
commit
ec59823f41
1 changed files with 4 additions and 2 deletions
|
|
@ -51,8 +51,7 @@ nextcloud:
|
|||
secretName: nextcloud-secret
|
||||
usernameKey: username
|
||||
passwordKey: password
|
||||
extraSecurityContext:
|
||||
runAsNonRoot: true
|
||||
|
||||
phpConfigs: {}
|
||||
|
||||
configs:
|
||||
|
|
@ -62,6 +61,9 @@ nextcloud:
|
|||
'overwriteprotocol' => 'https'
|
||||
);
|
||||
|
||||
extraSecurityContext:
|
||||
runAsNonRoot: true
|
||||
|
||||
internalDatabase:
|
||||
enabled: true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue