templates/sidekiq.yml in cpl-1.3.0 vs templates/sidekiq.yml in cpl-1.4.0
- old
+ new
@@ -11,11 +11,11 @@
- exec
- sidekiq
- "-C"
- config/sidekiq.yml
inheritEnv: true
- image: "/org/APP_ORG/image/APP_IMAGE"
+ image: {{APP_IMAGE_LINK}}
ports:
- number: 7433
protocol: http
lifecycle:
preStop:
@@ -32,6 +32,7 @@
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}}