ansible role update
This commit is contained in:
16
ansible/roles/helm_install/files/postgresql/ci/rbac.yaml
Normal file
16
ansible/roles/helm_install/files/postgresql/ci/rbac.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
serviceAccount:
|
||||
create: true
|
||||
name: custom-sa
|
||||
automountServiceAccountToken: true
|
||||
rbac:
|
||||
create: true
|
||||
rules:
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- pods
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
psp:
|
||||
create: true
|
||||
Reference in New Issue
Block a user