Skip to content

Commit 50c1540

Browse files
committed
fix pull secret
1 parent 678011d commit 50c1540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/releases/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ releases:
2424
tag: '{{ env "IMAGE_TAG" | default "0.1.0" }}'
2525
pullPolicy: Always
2626
pullSecrets:
27-
- "pull-secret"
27+
- "{{ requiredEnv "RELEASE_NAME" }}-pull-secret-dockercfg "
2828
replicaCount: 5
2929
# Deployment configuration
3030
deployment:

0 commit comments

Comments
 (0)