Skip to content

Commit a574ad2

Browse files
committed
credentialsSecret -> credentialsSecretName
1 parent 38e162b commit a574ad2

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/modules/hive/examples/getting_started/hive-postgres-s3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
postgresql:
1212
host: postgresql
1313
database: hive
14-
credentialsSecret: hive-credentials
14+
credentialsSecretName: hive-credentials
1515
s3:
1616
reference: minio
1717
metastore:

docs/modules/hive/examples/getting_started/hive-postgres-s3.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
postgresql:
1212
host: postgresql
1313
database: hive
14-
credentialsSecret: hive-credentials
14+
credentialsSecretName: hive-credentials
1515
s3:
1616
reference: minio
1717
metastore:

docs/modules/hive/pages/reference/discovery.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
postgresql:
2828
host: postgresql
2929
database: hive
30-
credentialsSecret: hive-credentials
30+
credentialsSecretName: hive-credentials
3131
metastore:
3232
roleGroups:
3333
default: # <3>

docs/modules/hive/pages/usage-guide/database-driver.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ spec:
153153
mysql:
154154
host: mysql
155155
database: hive
156-
credentialsSecret: hive-credentials
156+
credentialsSecretName: hive-credentials
157157
s3:
158158
reference: minio # <3>
159159
metastore:

docs/modules/hive/pages/usage-guide/derby-example.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ spec:
133133
postgresql:
134134
host: hive-postgresql.default.svc.cluster.local
135135
database: hive
136-
credentialsSecret: hive-credentials
136+
credentialsSecretName: hive-credentials
137137
metastore:
138138
roleGroups:
139139
default:

tests/templates/kuttl/kerberos-hdfs/60-install-hive.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ commands:
2323
postgresql:
2424
host: postgresql
2525
database: hive
26-
credentialsSecret: hive-credentials
26+
credentialsSecretName: hive-credentials
2727
hdfs:
2828
configMap: hdfs
2929
authentication:

tests/templates/kuttl/kerberos-s3/60-install-hive.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ commands:
2323
postgresql:
2424
host: postgresql
2525
database: hive
26-
credentialsSecret: hive-credentials
26+
credentialsSecretName: hive-credentials
2727
s3:
2828
reference: minio
2929
authentication:

tests/templates/kuttl/logging/04-install-hive.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ spec:
5151
postgresql:
5252
host: hive-postgresql
5353
database: hive
54-
credentialsSecret: hive-credentials
54+
credentialsSecretName: hive-credentials
5555
vectorAggregatorConfigMapName: hive-vector-aggregator-discovery
5656
metastore:
5757
roleGroups:

tests/templates/kuttl/smoke/60-install-hive.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
postgresql:
2222
host: postgresql
2323
database: hive
24-
credentialsSecret: hive-credentials
24+
credentialsSecretName: hive-credentials
2525
s3:
2626
reference: minio
2727
{% if lookup('env', 'VECTOR_AGGREGATOR') %}

tests/templates/kuttl/upgrade/30-install-hive.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
postgresql:
1818
host: postgresql
1919
database: hive
20-
credentialsSecret: hive-credentials
20+
credentialsSecretName: hive-credentials
2121
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
2222
vectorAggregatorConfigMapName: vector-aggregator-discovery
2323
{% endif %}

0 commit comments

Comments
 (0)