Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickSpies committed Jul 13, 2023
1 parent b0fa2f6 commit e9e2647
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if and ( .Values.reloader.netpol.enabled ) }}
kubectlapiVersion: networking.k8s.io/v1
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
annotations:
Expand Down Expand Up @@ -27,4 +27,4 @@ spec:
from:
{{- toYaml .| nindent 8 }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit e9e2647

Please sign in to comment.