fix resource-name for kafka-egress-netpol (#8727)

Signed-off-by: Patrick Spies <patrick.spies@dm.de>
This commit is contained in:
PatrickSpies
2022-01-20 15:06:45 +01:00
committed by GitHub
parent 69feea91e6
commit aec00b4484
2 changed files with 2 additions and 2 deletions

View File

@@ -29,4 +29,4 @@ name: kafka
sources:
- https://github.com/bitnami/bitnami-docker-kafka
- https://kafka.apache.org/
version: 14.9.2
version: 14.9.3

View File

@@ -2,7 +2,7 @@
kind: NetworkPolicy
apiVersion: {{ include "common.capabilities.networkPolicy.apiVersion" . }}
metadata:
name: {{ printf "%s-ingress" (include "common.names.fullname" .) }}
name: {{ printf "%s-egress" (include "common.names.fullname" .) }}
labels: {{- include "common.labels.standard" . | nindent 4 }}
{{- if .Values.commonLabels }}
{{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }}