2021-05-17 22:30:18 +00:00
|
|
|
--- charts-original/templates/gatekeeper-audit-deployment.yaml
|
|
|
|
+++ charts/templates/gatekeeper-audit-deployment.yaml
|
2022-04-08 11:22:59 +00:00
|
|
|
@@ -67,8 +67,8 @@
|
2021-05-17 22:30:18 +00:00
|
|
|
valueFrom:
|
|
|
|
fieldRef:
|
|
|
|
fieldPath: metadata.name
|
|
|
|
- image: '{{ .Values.image.repository }}:{{ .Values.image.release }}'
|
2021-09-30 13:12:04 +00:00
|
|
|
- imagePullPolicy: '{{ .Values.image.pullPolicy }}'
|
|
|
|
+ image: '{{ template "system_default_registry" . }}{{ .Values.images.gatekeeper.repository }}:{{ .Values.images.gatekeeper.tag }}'
|
|
|
|
+ imagePullPolicy: '{{ .Values.images.pullPolicy }}'
|
2021-05-17 22:30:18 +00:00
|
|
|
livenessProbe:
|
|
|
|
httpGet:
|
2021-09-30 13:12:04 +00:00
|
|
|
path: /healthz
|
2022-04-08 11:22:59 +00:00
|
|
|
@@ -102,7 +102,7 @@
|
|
|
|
dnsPolicy: {{ .Values.audit.dnsPolicy }}
|
2021-09-30 13:12:04 +00:00
|
|
|
hostNetwork: {{ .Values.audit.hostNetwork }}
|
|
|
|
imagePullSecrets:
|
|
|
|
- {{- toYaml .Values.image.pullSecrets | nindent 8 }}
|
|
|
|
+ {{- toYaml .Values.images.pullSecrets | nindent 8 }}
|
2022-03-24 22:18:02 +00:00
|
|
|
nodeSelector:
|
|
|
|
{{- toYaml .Values.audit.nodeSelector | nindent 8 }}
|
2021-09-30 13:12:04 +00:00
|
|
|
{{- if .Values.audit.priorityClassName }}
|