We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678011d commit 50c1540Copy full SHA for 50c1540
deploy/releases/app.yaml
@@ -24,7 +24,7 @@ releases:
24
tag: '{{ env "IMAGE_TAG" | default "0.1.0" }}'
25
pullPolicy: Always
26
pullSecrets:
27
- - "pull-secret"
+ - "{{ requiredEnv "RELEASE_NAME" }}-pull-secret-dockercfg "
28
replicaCount: 5
29
# Deployment configuration
30
deployment:
0 commit comments