We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224fd4f commit b1a5190Copy full SHA for b1a5190
charts/wiremock/templates/deployment.yaml
@@ -74,6 +74,8 @@ spec:
74
- mountPath: /home/wiremock/storage/mappings
75
name: mappings-data
76
- name: copy-responses
77
+ securityContext:
78
+ {{- toYaml .Values.securityContext | nindent 12 }}
79
image: "{{ .Values.initContainer.image.repository }}:{{ .Values.initContainer.image.tag }}"
80
imagePullPolicy: {{ .Values.initContainer.image.pullPolicy }}
81
command: ["bash", "-c", "cp -rf /data/responses /home/wiremock/storage/__files"]
0 commit comments