Fix spec for should-generate-secret
This commit is contained in:
parent
84e70af742
commit
e74280bf78
1 changed files with 6 additions and 2 deletions
|
@ -32,7 +32,11 @@
|
|||
:data
|
||||
{:nextcloud-admin-user "Y2xvdWRhZG1pbg=="
|
||||
:nextcloud-admin-password "Y2xvdWRwYXNzd29yZA=="}}
|
||||
(cut/generate-secret {:fqdn "somefqdn.de"
|
||||
(cut/generate-secret {:postgres-db-user "postgres-user"
|
||||
:postgres-db-password "postgres-password"
|
||||
:aws-access-key-id "aws-key"
|
||||
:aws-secret-access-key "aws-secret-key"
|
||||
:restic-password "restic-password"
|
||||
:nextcloud-admin-user "cloudadmin"
|
||||
:nextcloud-admin-password "cloudpassword"}))))
|
||||
|
||||
|
@ -108,4 +112,4 @@
|
|||
{:name "POSTGRES_HOST", :value "postgresql-service:5432"}]
|
||||
:volumeMounts [{:name "cloud-data-volume", :mountPath "/var/www/html"}]}]
|
||||
:volumes [{:name "cloud-data-volume", :persistentVolumeClaim {:claimName "cloud-pvc"}}]}}}}
|
||||
(cut/generate-deployment {:fqdn "somefqdn.de"}))))
|
||||
(cut/generate-deployment {:fqdn "somefqdn.de"}))))
|
Loading…
Reference in a new issue