feat(argo-rollouts): Update resources as following upstream
Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
parent
4444ea2c92
commit
068887ca7a
8 changed files with 1147 additions and 21 deletions
|
|
@ -240,13 +240,14 @@ podSecurityContext:
|
|||
runAsNonRoot: true
|
||||
|
||||
# -- Security Context to set on container level
|
||||
containerSecurityContext: {}
|
||||
# capabilities:
|
||||
# drop:
|
||||
# - ALL
|
||||
# readOnlyRootFilesystem: true
|
||||
# runAsNonRoot: true
|
||||
# runAsUser: 1000
|
||||
containerSecurityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
drop:
|
||||
- ALL
|
||||
readOnlyRootFilesystem: true
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
|
||||
# -- Annotations to be added to the Rollout service
|
||||
serviceAnnotations: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue