added configMapRef for nginx initContainer

pull/5/head
Clemens 2 months ago
parent 26a687c488
commit 9e8af08ec2

@ -46,6 +46,8 @@ spec:
memory: BUILD_MEMORY_LIMIT memory: BUILD_MEMORY_LIMIT
command: ["/entrypoint.sh"] command: ["/entrypoint.sh"]
envFrom: envFrom:
- configMapRef:
name: build-configmap
- secretRef: - secretRef:
name: build-secret name: build-secret
volumeMounts: volumeMounts:

Loading…
Cancel
Save