added configMapRef for nginx initContainer

This commit is contained in:
Clemens 2024-03-11 12:30:30 +01:00
parent 26a687c488
commit 9e8af08ec2

View file

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