fix(maubot): fix copy-paste error in val for secret default vals
This commit is contained in:
parent
e460b91d1a
commit
d7b18a6775
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ initContainers:
|
|||
- secretRef:
|
||||
name: maubot-secret
|
||||
|
||||
envFromSecret: attic-secret
|
||||
envFromSecret: maubot-secret
|
||||
|
||||
image:
|
||||
repository: dock.mau.dev/maubot/maubot
|
||||
|
|
|
@ -12,7 +12,7 @@ initContainers:
|
|||
- secretRef:
|
||||
name: maubot-secret
|
||||
|
||||
envFromSecret: attic-secret
|
||||
envFromSecret: maubot-secret
|
||||
|
||||
image:
|
||||
repository: dock.mau.dev/maubot/maubot
|
||||
|
|
Loading…
Reference in a new issue