Skip to content

Commit 63e1f6d

Browse files
committed
More test fixes
1 parent f7812c2 commit 63e1f6d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

tests/templates/kuttl/ca-cert/30_airflow-cluster.yaml.j2

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,12 @@ spec:
2626
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
2727
vectorAggregatorConfigMapName: vector-aggregator-discovery
2828
{% endif %}
29-
credentialsSecretName: test-airflow-credentials
29+
credentialsSecretName: airflow-admin-credentials
30+
metadataDatabase:
31+
postgresql:
32+
host: airflow-postgresql
33+
database: airflow
34+
credentialsSecretName: airflow-postgresql-credentials
3035
dagsGitSync:
3136
- repo: https://git-proxy.$NAMESPACE.svc.cluster.local/stackable-airflow/dags
3237
credentials:

0 commit comments

Comments
 (0)