Skip to content

Commit

Permalink
Fix the namespace of horizontal-pod-autoscaler service account in the…
Browse files Browse the repository at this point in the history
… helm chart
  • Loading branch information
tanersener committed Jan 13, 2021
1 parent 2bfc85f commit 3dbef4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/helm/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 3dbef4d

Please sign in to comment.