diff --git a/deployments/mariadb/all-resources.yml b/deployments/mariadb/all-resources.yml index f496806..062288f 100644 --- a/deployments/mariadb/all-resources.yml +++ b/deployments/mariadb/all-resources.yml @@ -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: # Using image digest for image name: mariadb @@ -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