Use default pw to initialize
This commit is contained in:
parent
b064d1cb61
commit
c95820b487
2 changed files with 1 additions and 3 deletions
|
@ -40,8 +40,6 @@ smtp:
|
||||||
admin:
|
admin:
|
||||||
username: admin
|
username: admin
|
||||||
email: admin@devvul.com
|
email: admin@devvul.com
|
||||||
existingSecret: lemmy
|
|
||||||
existingSecretKey: admin-password
|
|
||||||
|
|
||||||
config:
|
config:
|
||||||
siteName: Devvul Lemmy
|
siteName: Devvul Lemmy
|
||||||
|
|
|
@ -78,7 +78,7 @@ spec:
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: lemmy
|
key: lemmy
|
||||||
property: postgresql-password
|
property: postgresql-password
|
||||||
- secretKey: admin-password
|
- secretKey: admin_password
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: lemmy
|
key: lemmy
|
||||||
property: admin-password
|
property: admin-password
|
||||||
|
|
Loading…
Reference in a new issue