diff --git a/nextcloud/dev/values.yaml b/nextcloud/dev/values.yaml index 02e663f..5575d28 100644 --- a/nextcloud/dev/values.yaml +++ b/nextcloud/dev/values.yaml @@ -3,10 +3,11 @@ replicaCount: 1 ingress: enabled: true -host: nextcloud.example.com -username: admin -password: admin -primary: - persistence: - enabled: true - size: 4Gi \ No newline at end of file +nextcloud: + host: nextcloud.example.com + username: admin + password: test + primary: + persistence: + enabled: true + size: 4Gi \ No newline at end of file