From f1f2a67aa417e6ace146bd97863204d3c4f163c4 Mon Sep 17 00:00:00 2001 From: Admiral Date: Thu, 22 Feb 2024 15:25:38 +0100 Subject: [PATCH] Update mariadb-deployment.yml --- deployments/mariadb/mariadb-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/mariadb/mariadb-deployment.yml b/deployments/mariadb/mariadb-deployment.yml index bae51cb..4f49755 100644 --- a/deployments/mariadb/mariadb-deployment.yml +++ b/deployments/mariadb/mariadb-deployment.yml @@ -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