From 71fb9b59f10924d0a19d55f1c02bdd976cd29ef8 Mon Sep 17 00:00:00 2001 From: sudouser Date: Mon, 13 Jul 2026 07:32:31 +0000 Subject: [PATCH] =?UTF-8?q?=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8=20'manifes?= =?UTF-8?q?ts/helm/myapp/3.0/values.yaml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifests/helm/myapp/3.0/values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifests/helm/myapp/3.0/values.yaml b/manifests/helm/myapp/3.0/values.yaml index 4179cb3..d1d2b93 100644 --- a/manifests/helm/myapp/3.0/values.yaml +++ b/manifests/helm/myapp/3.0/values.yaml @@ -3,4 +3,6 @@ image: repository: apache/airflow tag: "2.10.5" -securityContext: {} \ No newline at end of file +securityContexts: + pod: {} + containers: {} \ No newline at end of file