We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7812c2 commit 63e1f6dCopy full SHA for 63e1f6d
1 file changed
tests/templates/kuttl/ca-cert/30_airflow-cluster.yaml.j2
@@ -26,7 +26,12 @@ spec:
26
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
27
vectorAggregatorConfigMapName: vector-aggregator-discovery
28
{% endif %}
29
- credentialsSecretName: test-airflow-credentials
+ credentialsSecretName: airflow-admin-credentials
30
+ metadataDatabase:
31
+ postgresql:
32
+ host: airflow-postgresql
33
+ database: airflow
34
+ credentialsSecretName: airflow-postgresql-credentials
35
dagsGitSync:
36
- repo: https://git-proxy.$NAMESPACE.svc.cluster.local/stackable-airflow/dags
37
credentials:
0 commit comments