Skip to content

Commit

Permalink
Fix indentation of Webhook NetworkPolicy matchLabels (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: Gerald Pape <gerald@giantswarm.io>
  • Loading branch information
ubergesundheit committed Jul 17, 2023
1 parent 1ae5660 commit c68e1b8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions deploy/charts/cert-manager/templates/networkpolicy-webhooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ spec:
{{- end }}
podSelector:
matchLabels:
app: {{ include "webhook.name" . }}
app.kubernetes.io/name: {{ include "webhook.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/component: "webhook"
{{- with .Values.webhook.podLabels }}
{{- toYaml . | nindent 6 }}
{{- end }}
app: {{ include "webhook.name" . }}
app.kubernetes.io/name: {{ include "webhook.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/component: "webhook"
{{- with .Values.webhook.podLabels }}
{{- toYaml . | nindent 6 }}
{{- end }}
policyTypes:
- Ingress

Expand Down

0 comments on commit c68e1b8

Please sign in to comment.