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 f1f2a67 commit 67ae37f
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,10 +37,10 @@ spec:
runAsNonRoot: true # Containers should run as a high UID to avoid host conflict
runAsUser: 103306 # Using high UID to avoid conflicts
readOnlyRootFilesystem: true # Use read-only filesystem for containers where possible
seLinuxOptions:
seccompProfile:
type: "docker/default" # Ensure that the seccomp profile is set to docker/default or runtime/default
containers:
- image: mariadb:10.6
- image: mariadb:10.6@sha256:xxxxx
name: mariadb
imagePullPolicy: Always
securityContext:
Expand Down

0 comments on commit 67ae37f

Please sign in to comment.