From 0aebb353bbf7e94986438a0880a73768c18e1f6b Mon Sep 17 00:00:00 2001 From: chirichidi Date: Sat, 17 Feb 2024 01:55:25 +0900 Subject: [PATCH] test: test the "ct lint-and-install --all --target-branch main" Signed-off-by: chirichidi --- charts/airflow/sample-values-CeleryExecutor.yaml | 12 ++++++------ charts/airflow/values.yaml | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/airflow/sample-values-CeleryExecutor.yaml b/charts/airflow/sample-values-CeleryExecutor.yaml index 831db831..16fe97ca 100644 --- a/charts/airflow/sample-values-CeleryExecutor.yaml +++ b/charts/airflow/sample-values-CeleryExecutor.yaml @@ -33,12 +33,12 @@ airflow: ## a list of users to create ## [FAQ] https://github.com/airflow-helm/charts/blob/main/charts/airflow/docs/faq/security/airflow-users.md users: - - username: admin - password: admin - role: Admin - email: admin@example.com - firstName: admin - lastName: admin + - username: admin + password: admin + role: Admin + email: admin@example.com + firstName: admin + lastName: admin ## a list airflow connections to create ## [FAQ] https://github.com/airflow-helm/charts/blob/main/charts/airflow/docs/faq/dags/airflow-connections.md diff --git a/charts/airflow/values.yaml b/charts/airflow/values.yaml index ed35f159..49cbd9bc 100644 --- a/charts/airflow/values.yaml +++ b/charts/airflow/values.yaml @@ -1502,9 +1502,9 @@ dags: bucket: "" s3Path: "" - ## Due to the issue where keys must consist of alphanumeric characters, and for security reasons, - ## it is strongly recommended to inject Secrets into Pods' environment variables from external services like ExternalSecrets. - ## This approach ensures sensitive information is securely managed and not embedded within source code or values.yaml, + ## Due to the issue where keys must consist of alphanumeric characters, and for security reasons + ## it is strongly recommended to inject Secrets into Pods' environment variables from external services like ExternalSecrets. + ## This approach ensures sensitive information is securely managed and not embedded within source code or values.yaml, ## aligning with best practices for secure application configuration. ## ## the name of the pre-created Secret with AWS credentials