mirror of https://github.com/penpot/penpot.git
Merge pull request #89 from tokens-studio/fix/containerization
Fix pull secrets needed to be a reference
This commit is contained in:
commit
64dc685f2a
|
|
@ -98,7 +98,7 @@ manifests: |
|
|||
postgresqlEnabled: false
|
||||
redisEnabled: false
|
||||
imagePullSecrets:
|
||||
- ghcr-login-secret
|
||||
- name: ghcr-login-secret
|
||||
backend:
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
|
|
|
|||
Loading…
Reference in New Issue