Skip to content

Commit

Permalink
test: test the "ct lint-and-install --all --target-branch main"
Browse files Browse the repository at this point in the history
Signed-off-by: chirichidi <[email protected]>
  • Loading branch information
chirichidi committed Feb 16, 2024
1 parent ef6a6b8 commit b76b2a6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions charts/airflow/sample-values-CeleryExecutor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
firstName: admin
lastName: admin
- username: admin
password: admin
role: Admin
email: [email protected]
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
Expand Down
12 changes: 6 additions & 6 deletions charts/airflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1474,8 +1474,8 @@ dags:
repository: amazon/aws-cli
tag: 2.13.15
pullPolicy: IfNotPresent
uid: 65533
gid: 65533
uid: 50000
gid: 0

## resource requests/limits for the git-sync container
## - spec for ResourceRequirements:
Expand All @@ -1497,14 +1497,14 @@ dags:
##
## ____ EXAMPLE _______________
## # s3 sub path
## s3Path: "s3://<bucket>/<path>/<to>/<dags>"
## s3Path: "s3://<bucket>/<s3Path>"
##
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
Expand Down

0 comments on commit b76b2a6

Please sign in to comment.