We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6650c8 commit 42be176Copy full SHA for 42be176
k8s/base/kustomization.yaml
@@ -1,4 +1,5 @@
1
---
2
resources:
3
- namespace.yaml
4
+ - rolebinding.yaml
5
- openstack-api-backup-cron.yaml
k8s/base/openstack-api-backup-cron.yaml
@@ -26,8 +26,6 @@ spec:
26
capabilities:
27
drop:
28
- ALL
29
- seccompProfile:
30
- type: RuntimeDefault
31
env:
32
- name: HOME
33
value: '/tmp'
k8s/base/rolebinding.yaml
@@ -0,0 +1,14 @@
+---
+apiVersion: rbac.authorization.k8s.io/v1
+kind: RoleBinding
+metadata:
+ name: system:openshift:scc:anyuid
6
+ namespace: openstack-api-backup
7
+roleRef:
8
+ apiGroup: rbac.authorization.k8s.io
9
+ kind: ClusterRole
10
11
+subjects:
12
+ - kind: ServiceAccount
13
+ name: default
14
0 commit comments