Skip to content

Commit

Permalink
Fix kube-proxy PodSecurityPolicy RoleBinding namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tallclair committed Jan 11, 2019
1 parent 5a0d4e5 commit 8a277bf
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -2,6 +2,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding kind: RoleBinding
metadata: metadata:
name: gce:podsecuritypolicy:kube-proxy name: gce:podsecuritypolicy:kube-proxy
namespace: kube-system
labels: labels:
addonmanager.kubernetes.io/mode: Reconcile addonmanager.kubernetes.io/mode: Reconcile
kubernetes.io/cluster-service: "true" kubernetes.io/cluster-service: "true"
Expand Down

0 comments on commit 8a277bf

Please sign in to comment.