From 89a397326a7df4dd6764d018370695e80c56ae3c Mon Sep 17 00:00:00 2001 From: vivekr-splunk <94569031+vivekr-splunk@users.noreply.github.com> Date: Mon, 25 Sep 2023 13:30:11 -0700 Subject: [PATCH] fix: Fixes auth proxy service selector labels (#1233) Co-authored-by: Charles Barrett Co-authored-by: gaurav-splunk <69282718+gaurav-splunk@users.noreply.github.com> --- .../splunk-operator/templates/rbac/auth_proxy_service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/splunk-operator/templates/rbac/auth_proxy_service.yaml b/helm-chart/splunk-operator/templates/rbac/auth_proxy_service.yaml index 7e5d05b8e..cf4e7f13b 100644 --- a/helm-chart/splunk-operator/templates/rbac/auth_proxy_service.yaml +++ b/helm-chart/splunk-operator/templates/rbac/auth_proxy_service.yaml @@ -12,4 +12,4 @@ spec: protocol: TCP targetPort: https selector: -{{- include "splunk-operator.labels" . | nindent 4 }} +{{- include "splunk-operator.selectorLabels" . | nindent 4 }}