File tree Expand file tree Collapse file tree 11 files changed +31
-21
lines changed
charts/opencloud/templates Expand file tree Collapse file tree 11 files changed +31
-21
lines changed Original file line number Diff line number Diff line change 43
43
name : {{- if .Values.collabora.existingSecret }}
44
44
{{ .Values.collabora.existingSecret }}
45
45
{{- else }}
46
- collabora
46
+ {{ include "opencloud.fullname" . }}- collabora
47
47
{{- end }}
48
48
key : username
49
49
- name : password
52
52
name : {{- if .Values.collabora.existingSecret }}
53
53
{{ .Values.collabora.existingSecret }}
54
54
{{- else }}
55
- collabora
55
+ {{ include "opencloud.fullname" . }}- collabora
56
56
{{- end }}
57
57
key : password
58
58
ports :
Original file line number Diff line number Diff line change 2
2
apiVersion : v1
3
3
kind : Secret
4
4
metadata :
5
- name : collabora
5
+ name : {{ include "opencloud.fullname" . }}- collabora
6
6
type : Opaque
7
7
stringData :
8
8
username : {{ .Values.collabora.username }}
Original file line number Diff line number Diff line change 57
57
name : {{- if .Values.postgres.existingSecret }}
58
58
{{ .Values.postgres.existingSecret }}
59
59
{{- else }}
60
- postgres
60
+ {{ include "opencloud. postgres.fullname" . }}
61
61
{{- end }}
62
62
key : username
63
63
- name : KC_DB_PASSWORD
66
66
name : {{- if .Values.postgres.existingSecret }}
67
67
{{ .Values.postgres.existingSecret }}
68
68
{{- else }}
69
- postgres
69
+ {{ include "opencloud. postgres.fullname" . }}
70
70
{{- end }}
71
71
key : password
72
72
- name : KC_FEATURES
77
77
name : {{- if .Values.keycloak.existingSecret }}
78
78
{{ .Values.keycloak.existingSecret }}
79
79
{{- else }}
80
- keycloak
80
+ {{ include "opencloud. keycloak.fullname" . }}
81
81
{{- end }}
82
82
key : adminUser
83
83
- name : KEYCLOAK_ADMIN_PASSWORD
86
86
name : {{- if .Values.keycloak.existingSecret }}
87
87
{{ .Values.keycloak.existingSecret }}
88
88
{{- else }}
89
- keycloak
89
+ {{ include "opencloud. keycloak.fullname" . }}
90
90
{{- end }}
91
91
key : adminPassword
92
92
{{- if .Values.keycloak.internal.cors.enabled }}
Original file line number Diff line number Diff line change 2
2
apiVersion : v1
3
3
kind : Secret
4
4
metadata :
5
- name : keycloak
5
+ name : {{ include "opencloud. keycloak.fullname" . }}
6
6
type : Opaque
7
7
stringData :
8
8
adminUser : {{ .Values.keycloak.adminUser }}
Original file line number Diff line number Diff line change 54
54
name : {{- if .Values.opencloud.storage.s3.internal.existingSecret }}
55
55
{{ .Values.opencloud.storage.s3.internal.existingSecret }}
56
56
{{- else }}
57
- minio
57
+ {{ include "opencloud. minio.fullname" . }}
58
58
{{- end }}
59
59
key : rootUser
60
60
- name : MINIO_ROOT_PASSWORD
63
63
name : {{- if .Values.opencloud.storage.s3.internal.existingSecret }}
64
64
{{ .Values.opencloud.storage.s3.internal.existingSecret }}
65
65
{{- else }}
66
- minio
66
+ {{ include "opencloud. minio.fullname" . }}
67
67
{{- end }}
68
68
key : rootPassword
69
69
ports :
Original file line number Diff line number Diff line change 2
2
apiVersion : v1
3
3
kind : Secret
4
4
metadata :
5
- name : minio
5
+ name : {{ include "opencloud. minio.fullname" . }}
6
6
type : Opaque
7
7
stringData :
8
8
rootUser : {{ .Values.opencloud.storage.s3.internal.rootUser }}
Original file line number Diff line number Diff line change 44
44
name : {{- if .Values.onlyoffice.config.coAuthoring.secret.existingSecret }}
45
45
{{ .Values.onlyoffice.config.coAuthoring.secret.existingSecret }}
46
46
{{- else }}
47
- onlyoffice
47
+ {{ include "opencloud.fullname" . }}- onlyoffice
48
48
{{- end }}
49
49
key : sessionSecret
50
50
- name : JWT_HEADER
55
55
name : {{- if .Values.onlyoffice.config.rabbitmq.existingSecret }}
56
56
{{ .Values.onlyoffice.config.rabbitmq.existingSecret }}
57
57
{{- else }}
58
- rabbitmq
58
+ {{ include "opencloud.fullname" . }}- rabbitmq
59
59
{{- end }}
60
60
key : url
61
61
ports :
Original file line number Diff line number Diff line change 2
2
apiVersion : v1
3
3
kind : Secret
4
4
metadata :
5
- name : onlyoffice
5
+ name : {{ include "opencloud.fullname" . }}- onlyoffice
6
6
type : Opaque
7
7
stringData :
8
8
sessionSecret : {{ .Values.onlyoffice.config.coAuthoring.secret.session.string }}
@@ -12,7 +12,7 @@ stringData:
12
12
apiVersion : v1
13
13
kind : Secret
14
14
metadata :
15
- name : rabbitmq
15
+ name : {{ include "opencloud.fullname" . }}- rabbitmq
16
16
type : Opaque
17
17
stringData :
18
18
url : {{ .Values.onlyoffice.config.rabbitmq.url }}
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ spec:
263
263
name : {{- if .Values.opencloud.existingSecret }}
264
264
{{ .Values.opencloud.existingSecret }}
265
265
{{- else }}
266
- opencloud
266
+ {{ include " opencloud.opencloud.fullname" . }}
267
267
{{- end }}
268
268
key : adminPassword
269
269
# Demo users
@@ -298,7 +298,7 @@ spec:
298
298
{{- if .Values.opencloud.storage.s3.external.existingSecret }}
299
299
{{ .Values.opencloud.storage.s3.external.existingSecret }}
300
300
{{- else }}
301
- opencloud-s3
301
+ {{ include " opencloud.opencloud.fullname" . }} -s3
302
302
{{- end }}
303
303
{{- else }}
304
304
minio
@@ -315,7 +315,7 @@ spec:
315
315
{{- if .Values.opencloud.storage.s3.external.existingSecret }}
316
316
{{ .Values.opencloud.storage.s3.external.existingSecret }}
317
317
{{- else }}
318
- opencloud-s3
318
+ {{ include " opencloud.opencloud.fullname" . }} -s3
319
319
{{- end }}
320
320
{{- else }}
321
321
minio
Original file line number Diff line number Diff line change 2
2
apiVersion : v1
3
3
kind : Secret
4
4
metadata :
5
- name : opencloud-smtp
5
+ name : {{ include " opencloud.opencloud.fullname" . }} -smtp
6
6
type : Opaque
7
7
stringData :
8
8
smtpUser : {{ .Values.opencloud.smtp.username }}
@@ -13,7 +13,7 @@ stringData:
13
13
apiVersion : v1
14
14
kind : Secret
15
15
metadata :
16
- name : opencloud
16
+ name : {{ include " opencloud.opencloud.fullname" . }}
17
17
type : Opaque
18
18
stringData :
19
19
adminPassword : {{ .Values.opencloud.adminPassword }}
@@ -23,7 +23,7 @@ stringData:
23
23
apiVersion : v1
24
24
kind : Secret
25
25
metadata :
26
- name : opencloud-s3
26
+ name : {{ include " opencloud.opencloud.fullname" . }} -s3
27
27
type : Opaque
28
28
stringData :
29
29
accessKey : {{ .Values.opencloud.storage.s3.external.accessKey }}
You can’t perform that action at this time.
0 commit comments