File tree Expand file tree Collapse file tree 3 files changed +30
-6
lines changed Expand file tree Collapse file tree 3 files changed +30
-6
lines changed Original file line number Diff line number Diff line change 47
47
clusterConfig :
48
48
database :
49
49
connString : jdbc:postgresql://hive-postgresql:5432/hive
50
- user : hive
51
- password : hive
50
+ credentialsSecret : postgres-credentials
52
51
dbType : postgres
53
52
s3 :
54
53
reference : minio
57
56
default :
58
57
replicas : 2
59
58
---
59
+ apiVersion : v1
60
+ kind : Secret
61
+ metadata :
62
+ name : postgres-credentials
63
+ type : Opaque
64
+ stringData :
65
+ username : hive
66
+ password : hive
67
+ ---
60
68
apiVersion : s3.stackable.tech/v1alpha1
61
69
kind : S3Connection
62
70
metadata :
Original file line number Diff line number Diff line change 10
10
clusterConfig:
11
11
database:
12
12
connString: jdbc:postgresql://postgresql:5432/hive
13
- user: hive
14
- password: hive
13
+ credentialsSecret: postgres-credentials
15
14
dbType: postgres
16
15
s3:
17
16
reference: minio
25
24
roleGroups:
26
25
default:
27
26
replicas: 1
27
+ ---
28
+ apiVersion: v1
29
+ kind: Secret
30
+ metadata:
31
+ name: postgres-credentials
32
+ type: Opaque
33
+ stringData:
34
+ username: hive
35
+ password: hive
Original file line number Diff line number Diff line change 10
10
clusterConfig:
11
11
database:
12
12
connString: jdbc:postgresql://postgresql:5432/hive
13
- user: hive
14
- password: hive
13
+ credentialsSecret: postgres-credentials
15
14
dbType: postgres
16
15
hdfs:
17
16
configMap: hdfs
27
26
roleGroups:
28
27
default:
29
28
replicas: 2
29
+ ---
30
+ apiVersion: v1
31
+ kind: Secret
32
+ metadata:
33
+ name: postgres-credentials
34
+ type: Opaque
35
+ stringData:
36
+ username: hive
37
+ password: hive
You can’t perform that action at this time.
0 commit comments