Skip to content

Commit 4ce382d

Browse files
Miretpljscheffl
andauthored
Remove kedaNetworkPolicySelector from _helpers.yaml (#61564)
Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com>
1 parent 2a3a726 commit 4ce382d

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

chart/templates/_helpers.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,21 +1123,6 @@ capabilities:
11231123
{{- end }}
11241124
{{- end }}
11251125

1126-
{{- define "kedaNetworkPolicySelector" }}
1127-
{{- if .Values.workers.keda.enabled }}
1128-
1129-
{{- if .Values.workers.keda.namespaceLabels }}
1130-
- namespaceSelector:
1131-
matchLabels: {{- toYaml .Values.workers.keda.namespaceLabels | nindent 10 }}
1132-
podSelector:
1133-
{{- else }}
1134-
- podSelector:
1135-
{{- end }}
1136-
matchLabels:
1137-
app: keda-operator
1138-
{{- end }}
1139-
{{- end }}
1140-
11411126
{{/*
11421127
Convert a Kubernetes CPU limit (e.g., "500m", "1.5", "2", "750m") into an integer number of CPU cores.
11431128
*/}}

0 commit comments

Comments
 (0)