templates/daily-task.yml in cpl-1.3.0 vs templates/daily-task.yml in cpl-1.4.0
- old
+ new
@@ -16,16 +16,17 @@
- bundle
- exec
- rails
- db:prepare
inheritEnv: true
- image: "/org/APP_ORG/image/APP_IMAGE"
+ image: {{APP_IMAGE_LINK}}
defaultOptions:
autoscaling:
minScale: 1
maxScale: 1
capacityAI: false
firewallConfig:
external:
outboundAllowCIDR:
- 0.0.0.0/0
- identityLink: /org/APP_ORG/gvc/APP_GVC/identity/APP_GVC-identity
+ # Identity is used for binding workload to secrets
+ identityLink: {{APP_IDENTITY_LINK}}