Skip to content

Commit

Permalink
consistent ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
adwk67 committed May 13, 2024
1 parent 50be4d4 commit 67ed2e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ spec:
clusterConfig:
database:
connString: jdbc:derby:;databaseName=/tmp/hive;create=true
dbType: derby
credentialsSecret: hive-credentials
dbType: derby
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
vectorAggregatorConfigMapName: vector-aggregator-discovery
{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion tests/templates/kuttl/smoke/60-install-hive.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ spec:
clusterConfig:
database:
connString: jdbc:postgresql://postgresql:5432/hive
dbType: postgres
credentialsSecret: hive-credentials
dbType: postgres
s3:
reference: minio
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
Expand Down

0 comments on commit 67ed2e0

Please sign in to comment.