Browse Source
Merge pull request #3285 from mirwan/fix_netchecker_sa_when_psp
Fix wrong sa name in crb when psp is enabled
pull/3294/head
k8s-ci-robot
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
roles/kubernetes-apps/ansible/templates/netchecker-agent-hostnet-clusterrolebinding.yml.j2
|
@ -5,7 +5,7 @@ metadata: |
|
|
namespace: {{ netcheck_namespace }} |
|
|
namespace: {{ netcheck_namespace }} |
|
|
subjects: |
|
|
subjects: |
|
|
- kind: ServiceAccount |
|
|
- kind: ServiceAccount |
|
|
name: netchecker-agent-hostnet |
|
|
|
|
|
|
|
|
name: netchecker-agent |
|
|
namespace: {{ netcheck_namespace }} |
|
|
namespace: {{ netcheck_namespace }} |
|
|
roleRef: |
|
|
roleRef: |
|
|
kind: ClusterRole |
|
|
kind: ClusterRole |
|
|