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