DEV-386: bugfixing

main
friedrich goerz 4 years ago
parent 2295d2d28d
commit 3aa01399a6

@ -12,5 +12,4 @@ configMapGenerator:
- files/query-blabliblupp.yaml - files/query-blabliblupp.yaml
- name: es-query-exporter-appsettings - name: es-query-exporter-appsettings
files: files:
- files/appsettings.yaml - files/appsettings.Release.yaml

@ -40,7 +40,7 @@ spec:
# mountPath: "/app" # mountPath: "/app"
# readOnly: true # readOnly: true
- name: appsettings - name: appsettings
mountPath: "/app/appsettings.Release.yaml" mountPath: "/app"
readOnly: true readOnly: true
# securityContext: # securityContext:
# runAsNonRoot: true # runAsNonRoot: true

Loading…
Cancel
Save