UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Issue 24 adding pull secret arg for kyverno policy

Merged Ronnie Webb requested to merge issue-24 into main
2 files
+ 3
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -95,8 +95,8 @@ spec:
{{- if .Values.extraArgs -}}
{{ tpl (toYaml .Values.extraArgs) . | nindent 12 }}
{{- end }}
{{- if .Values.registries.imagePullSecret }}
- --imagePullSecrets= {{ .Values.registries.imagePullSecret }}
{{- if .Values.imagePullSecrets }}
- --imagePullSecrets={{ keys .Values.imagePullSecrets | join "," }}
{{- end }}
{{- end }}
{{- with .Values.resources }}
Loading