Skip to content

Commit

Permalink
Update all-resources.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiraalA committed Feb 22, 2024
1 parent 1731d54 commit 7be0dc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/mariadb/all-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
runAsUser: 10000 # Using high UID to avoid conflicts
readOnlyRootFilesystem: true # Use read-only filesystem for containers where possible
seccompProfile:
type: "docker/default" # Ensure that the seccomp profile is set to docker/default or runtime/default
type: RuntimeDefault
containers:
- image: mariadb@sha256:<IMAGE_DIGEST> # Using image digest for image
name: mariadb
Expand All @@ -48,7 +48,7 @@ spec:
readOnlyRootFilesystem: true # Mounting read-only filesystem
allowPrivilegeEscalation: false
seccompProfile:
type: "docker/default" # Ensure that the seccomp profile is set to docker/default or runtime/default
type: RuntimeDefault
capabilities:
drop:
- ALL # Dropping all capabilities
Expand Down

0 comments on commit 7be0dc4

Please sign in to comment.