bug fixed
This commit is contained in:
parent
e59c1fb627
commit
5331d73fac
@ -102,13 +102,14 @@ spec:
|
|||||||
- name: WORKSPACE_SSL_CA_DIRECTORY_PATH
|
- name: WORKSPACE_SSL_CA_DIRECTORY_PATH
|
||||||
value: $(workspaces.ssl-ca-directory.path)
|
value: $(workspaces.ssl-ca-directory.path)
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsNonRoot: true
|
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
runAsNonRoot: true
|
||||||
capabilities:
|
capabilities:
|
||||||
drop:
|
drop:
|
||||||
- ALL
|
- ALL
|
||||||
seccompProfile:
|
seccompProfile:
|
||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
|
|
||||||
script: |
|
script: |
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
set -eu
|
set -eu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user