Merge pull request #253 from tanersener/master

Fix the namespace of horizontal-pod-autoscaler service account used in the helm chart
This commit is contained in:
Jonathan Juares Beber
2021-01-14 19:31:02 +01:00
committed by GitHub

View File

@ -85,7 +85,7 @@ roleRef:
subjects: subjects:
- kind: ServiceAccount - kind: ServiceAccount
name: horizontal-pod-autoscaler name: horizontal-pod-autoscaler
namespace: {{ .Values.namespace }} namespace: kube-system
--- ---
apiVersion: rbac.authorization.k8s.io/v1 apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding kind: ClusterRoleBinding
@ -98,7 +98,7 @@ roleRef:
subjects: subjects:
- kind: ServiceAccount - kind: ServiceAccount
name: horizontal-pod-autoscaler name: horizontal-pod-autoscaler
namespace: {{ .Values.namespace }} namespace: kube-system
--- ---
apiVersion: rbac.authorization.k8s.io/v1 apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding kind: RoleBinding