From 2ac9dd29d865098c3284d17269ae37963c4f6836 Mon Sep 17 00:00:00 2001 From: Taner Sener Date: Wed, 13 Jan 2021 14:44:18 +0000 Subject: [PATCH] Fix the namespace of horizontal-pod-autoscaler service account in the helm chart Signed-off-by: Taner Sener --- docs/helm/templates/rbac.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/helm/templates/rbac.yaml b/docs/helm/templates/rbac.yaml index 29433dc..c351c40 100644 --- a/docs/helm/templates/rbac.yaml +++ b/docs/helm/templates/rbac.yaml @@ -85,7 +85,7 @@ roleRef: subjects: - kind: ServiceAccount name: horizontal-pod-autoscaler - namespace: {{ .Values.namespace }} + namespace: kube-system --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding @@ -98,7 +98,7 @@ roleRef: subjects: - kind: ServiceAccount name: horizontal-pod-autoscaler - namespace: {{ .Values.namespace }} + namespace: kube-system --- apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding