Skip to content

Commit

Permalink
Update mariadb-deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiraalA authored Feb 22, 2024
1 parent 28806b2 commit f1f2a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/mariadb/mariadb-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
runAsUser: 103306 # Using high UID to avoid conflicts
readOnlyRootFilesystem: true # Use read-only filesystem for containers where possible
seccompProfile:
type: RuntimeDefault # Ensure that the seccomp profile is set to docker/default or runtime/default
type: docker/default # Ensure that the seccomp profile is set to docker/default or runtime/default
containers:
- image: mariadb:10.6@sha256:placeholder_digest
name: mariadb
Expand Down

0 comments on commit f1f2a67

Please sign in to comment.