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
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -12,7 +12,7 @@ spec:
- to:
- ipBlock:
#Allow egress to registry
cidr: {{ .Values.registries.imagePullSecret.cidr }}
cidr: {{ .Values.registries.cidr }}
policyTypes:
- Egress
{{- end }}
\ No newline at end of file
Loading