Skip to content
Merged
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
8 changes: 8 additions & 0 deletions openshift/cronjob-sweep-y-stream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,18 @@ spec:
capabilities:
drop:
- ALL
volumeMounts:
- mountPath: /home/beeai/rhel-config.json
name: rhel-config
subPath: rhel-config.json
securityContext:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
dnsPolicy: ClusterFirst
schedulerName: default-scheduler
terminationGracePeriodSeconds: 30
volumes:
- name: rhel-config
configMap:
name: rhel-config
Loading