add secrets too in init container
All checks were successful
Build and Publish / build-release (push) Successful in 1m19s
All checks were successful
Build and Publish / build-release (push) Successful in 1m19s
This commit is contained in:
@@ -16,6 +16,16 @@ controllers:
|
||||
- "CustomService.Release.migrate"
|
||||
env:
|
||||
MIX_ENV: prod
|
||||
SECRET_KEY_BASE:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}-secrets'
|
||||
key: secretKeyBase
|
||||
RELEASE_COOKIE:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}-secrets'
|
||||
key: cookie
|
||||
DATABASE_URL:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
||||
Reference in New Issue
Block a user