From ab376851c636e2af3a343a93132ee199c068affe Mon Sep 17 00:00:00 2001 From: Ashok Kumar Srinivas <94833956+ashsrinivas-deloitte@users.noreply.github.com> Date: Wed, 4 Oct 2023 13:58:53 +0530 Subject: [PATCH] feat: modified role template to allow SA to read k8s secrets in airflow ns Signed-off-by: Ashok Kumar Srinivas <94833956+ashsrinivas-deloitte@users.noreply.github.com> --- charts/airflow/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/airflow/values.yaml b/charts/airflow/values.yaml index 4a7cb55a..038ceed7 100644 --- a/charts/airflow/values.yaml +++ b/charts/airflow/values.yaml @@ -1613,6 +1613,7 @@ rbac: ## if the created RBAC Role has GET/LIST/WATCH on Secret resources ## - this is a place holder to allow the implementors to over-write \ ## if they want their service account deployed in airflow namespace to access secrets, default value set to false + ## secrets: false ###################################