diff --git a/manifests/helm/myapp/3.0/values.yaml b/manifests/helm/myapp/3.0/values.yaml index 10e13de..4179cb3 100644 --- a/manifests/helm/myapp/3.0/values.yaml +++ b/manifests/helm/myapp/3.0/values.yaml @@ -1,4 +1,6 @@ --- image: repository: apache/airflow - tag: "2.10.5" \ No newline at end of file + tag: "2.10.5" + +securityContext: {} \ No newline at end of file