Skip to content

docs: document secret key names for Helm chart secretName options#64136

Open
Pranaykarvi wants to merge 1 commit intoapache:mainfrom
Pranaykarvi:docs/helm-secret-names-documentation
Open

docs: document secret key names for Helm chart secretName options#64136
Pranaykarvi wants to merge 1 commit intoapache:mainfrom
Pranaykarvi:docs/helm-secret-names-documentation

Conversation

@Pranaykarvi
Copy link
Contributor

Description

Improves inline documentation in chart/values.yaml for various secretName options, following the existing style of pgbouncer.configSecretName.

Closes #64106

Changes

  • metadataSecretName — added a sample SQLAlchemy connection string example
  • resultBackendSecretName — added a note that it falls back to metadataSecretName if not set, plus a connection string example
  • fernetKeySecretName — documented the expected secret key (fernet-key) with an example Secret manifest
  • jwtSecretName — documented the expected secret key (jwt-secret) with an example Secret manifest
  • apiSecretKeySecretName — documented the expected secret key (api-secret-key) with an example Secret manifest
  • webserverSecretKeySecretName — added deprecation note (use apiSecretKeySecretName for Airflow 3+) and example Secret manifest
  • flower.secretName — documented the expected secret key (connection) with an example Secret manifest

@boring-cyborg boring-cyborg bot added the area:helm-chart Airflow Helm Chart label Mar 24, 2026
@potiuk potiuk added the ready for maintainer review Set after triaging when all criteria pass. label Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:helm-chart Airflow Helm Chart ready for maintainer review Set after triaging when all criteria pass.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Include key names for various secretName options in the documentation

2 participants