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:
|
||||
username: admin
|
||||
email: admin@devvul.com
|
||||
existingSecret: lemmy
|
||||
existingSecretKey: admin-password
|
||||
|
||||
config:
|
||||
siteName: Devvul Lemmy
|
||||
|
|
|
@ -78,7 +78,7 @@ spec:
|
|||
remoteRef:
|
||||
key: lemmy
|
||||
property: postgresql-password
|
||||
- secretKey: admin-password
|
||||
- secretKey: admin_password
|
||||
remoteRef:
|
||||
key: lemmy
|
||||
property: admin-password
|
||||
|
|
Loading…
Reference in a new issue