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
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
apiVersion: batch/v1
kind: Job
metadata:
annotations: {}
labels:
sas.com/admin: namespace
name: sas-create-openssl-ingress-certificate
spec:
ttlSecondsAfterFinished: 0
template:
metadata:
annotations: {}
spec:
imagePullSecrets: []
containers:
Expand Down Expand Up @@ -58,6 +62,7 @@ spec:
securityContext:
allowPrivilegeEscalation: false
capabilities:
add: []
drop:
- ALL
privileged: false
Expand All @@ -68,6 +73,10 @@ spec:
- mountPath: /security
name: security
restartPolicy: OnFailure
securityContext:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
volumes:
- name: certframe-token
secret:
Expand Down