Fix the namespace of horizontal-pod-autoscaler service account in the helm chart

Signed-off-by: Taner Sener <tanersener@gmail.com>
This commit is contained in:
Taner Sener
2021-01-13 14:44:18 +00:00
parent 2bfc85ff3d
commit 2ac9dd29d8

View File

@ -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