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 26d856f commit 1bb63e1Copy full SHA for 1bb63e1
snyk-monitor/templates/deployment.yaml
@@ -23,7 +23,7 @@ spec:
23
initContainers:
24
- name: volume-permissions
25
image: "{{ .Values.initContainerImage.repository }}:{{ .Values.initContainerImage.tag }}"
26
- command : ['sh', '-c', 'chmod -R g+rwX /var/tmp || true']
+ command : ['sh', '-c', 'chmod -R go+rwX /var/tmp || true']
27
volumeMounts:
28
- name: temporary-storage
29
mountPath: "/var/tmp"
0 commit comments