Fix vaultwarden not pulling the right image and not using the right config on SCALE
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
##
|
||||
|
||||
image:
|
||||
repository: bitwardenrs/server
|
||||
repository: vaultwarden/server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.21.0
|
||||
|
||||
@@ -14,9 +14,9 @@ envTpl:
|
||||
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: bitwardenconfig
|
||||
name: vaultwardenconfig
|
||||
- secretRef:
|
||||
name: bitwardensecret
|
||||
name: vaultwardensecret
|
||||
|
||||
|
||||
envValueFrom:
|
||||
|
||||
Reference in New Issue
Block a user