From 11294aa72acbfd7287aa4c76c40a60747fcb43dc Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Fri, 15 Sep 2023 23:42:01 +0200 Subject: [PATCH] fix(dns): Fix typo in dns securityContext --- apps/k8s01/dns/dns.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/k8s01/dns/dns.yaml b/apps/k8s01/dns/dns.yaml index 0d768cd25..f4c29f82e 100644 --- a/apps/k8s01/dns/dns.yaml +++ b/apps/k8s01/dns/dns.yaml @@ -61,7 +61,7 @@ spec: optional: false securityContext: allowPrivilegeEscalation: false - unAsNonRoot: true + runAsNonRoot: true seccompProfile: type: RuntimeDefault sysctls: -- GitLab