File tree 1 file changed +4
-0
lines changed
charts/apl-keycloak-operator/templates
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,12 @@ spec:
42
42
{{- end }}
43
43
resources :
44
44
{{- toYaml .Values.resources | nindent 12 }}
45
+ {{- if and .Values.configs (not (empty .Values.configs.tls.certificates)) }}
45
46
volumeMounts :
46
47
- name : tls-certs
47
48
mountPath : /app/config/tls/certificate.crt
48
49
subPath : certificate.crt
50
+ {{- end }}
49
51
{{- with .Values.nodeSelector }}
50
52
nodeSelector :
51
53
{{- toYaml . | nindent 8 }}
59
61
{{- toYaml . | nindent 8 }}
60
62
{{- end }}
61
63
volumes :
64
+ {{- if and .Values.configs (not (empty .Values.configs.tls.certificates)) }}
62
65
- name : tls-certs
63
66
secret :
64
67
secretName : keycloak-operator-tls-certs-cm
68
+ {{- end }}
65
69
- name : operator-config-kc
66
70
configMap :
67
71
name : apl-keycloak-operator-cm
You can’t perform that action at this time.
0 commit comments