Skip to content

Commit

Permalink
Merge pull request #128 from rfranzke/enh/netpols
Browse files Browse the repository at this point in the history
Adapt `NetworkPolicy`s
  • Loading branch information
MartinWeindel authored May 11, 2023
2 parents 10cd2c2 + 0525c5e commit a5fb009
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/cert-management/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ spec:
labels:
app.kubernetes.io/name: {{ include "cert-management.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
networking.gardener.cloud/to-dns: allowed
networking.gardener.cloud/to-runtime-apiserver: allowed
networking.gardener.cloud/to-public-networks: allowed
{{- with .Values.podLabels }}
{{ toYaml . | nindent 8 }}
{{- end }}
Expand Down

0 comments on commit a5fb009

Please sign in to comment.