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.
2 parents 26d856f + 1bb63e1 commit 498a017Copy full SHA for 498a017
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