Skip to content

Commit

Permalink
Merge pull request kubernetes#5299 from jbartosik/fix5298
Browse files Browse the repository at this point in the history
Fix VPA deployment
  • Loading branch information
k8s-ci-robot authored Nov 7, 2022
2 parents bd51490 + 10df35a commit 6067c47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vertical-pod-autoscaler/deploy/vpa-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,13 +234,13 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: vpa-recommender
namespace: openshift-vertical-pod-autoscaler
namespace: kube-system
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: vpa-updater
namespace: openshift-vertical-pod-autoscaler
namespace: kube-system
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down

0 comments on commit 6067c47

Please sign in to comment.