We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 682fb78 commit 95adb11Copy full SHA for 95adb11
helm-charts/tarantool-cartridge/templates/deployment.yaml
@@ -68,7 +68,7 @@ spec:
68
- name: ndots
69
value: "1"
70
securityContext:
71
- fsGroup: { { .securityContext.fsGroup } }
+ fsGroup: {{ .securityContext.fsGroup }}
72
containers:
73
- name: pim-storage
74
image: "{{ $.Values.image.repository }}:{{ $.Values.image.tag }}"
0 commit comments