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 36b5752 commit b46ac28Copy full SHA for b46ac28
helm/kube-image-keeper/templates/registry-statefulset.yaml
@@ -33,6 +33,8 @@ spec:
33
{{- if .Values.registry.persistence.enabled }}
34
initContainers:
35
- name: setup-dirs
36
+ securityContext:
37
+ {{- toYaml .Values.registry.securityContext | nindent 12 }}
38
image: "{{ .Values.registry.image.repository }}:{{ .Values.registry.image.tag }}"
39
imagePullPolicy: {{ .Values.registry.image.pullPolicy }}
40
command:
@@ -46,6 +48,8 @@ spec:
46
48
- mountPath: /var/lib/registry
47
49
name: data
50
- name: garbage-collector
51
52
53
54
55
0 commit comments