Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions k8s/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
resources:
- namespace.yaml
- rolebinding.yaml
- openstack-api-backup-cron.yaml
2 changes: 0 additions & 2 deletions k8s/base/openstack-api-backup-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
env:
- name: HOME
value: '/tmp'
Expand Down
14 changes: 14 additions & 0 deletions k8s/base/rolebinding.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: system:openshift:scc:anyuid
namespace: openstack-api-backup
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: system:openshift:scc:anyuid
subjects:
- kind: ServiceAccount
name: default
namespace: openstack-api-backup
Loading