Use default pw to initialize

This commit is contained in:
Amarpreet Minhas 2023-07-16 18:28:35 +00:00
parent b064d1cb61
commit c95820b487
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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