File tree Expand file tree Collapse file tree 3 files changed +2
-68
lines changed
Expand file tree Collapse file tree 3 files changed +2
-68
lines changed Original file line number Diff line number Diff line change @@ -433,15 +433,11 @@ spec:
433433 - configMapRef :
434434 name : {{ .Release.Name }}-st2-urls
435435 optional : true
436- {{- if or .Values.st2web.use_https .Values.st2web. config .Values.st2web.postStartScript }}
436+ {{- if or .Values.st2web.config .Values.st2web.postStartScript }}
437437 volumeMounts :
438438 {{- else }}
439439 volumeMounts : []
440440 {{- end }}
441- {{- if .Values.st2web.use_https }}
442- - name : st2web-ssl-certs-vol
443- mountPath : /etc/ssl/st2
444- {{- end }}
445441 {{- if .Values.st2web.config }}
446442 - name : st2web-config-vol
447443 mountPath : /opt/stackstorm/static/webui/config.js
@@ -461,21 +457,11 @@ spec:
461457 {{- if .Values.st2web.serviceAccount.attach }}
462458 serviceAccountName : {{ template "stackstorm-ha.serviceAccountName" . }}
463459 {{- end }}
464- {{- if or .Values.st2web.use_https .Values.st2web. config .Values.st2web.postStartScript }}
460+ {{- if or .Values.st2web.config .Values.st2web.postStartScript }}
465461 volumes :
466462 {{- else }}
467463 volumes : []
468464 {{- end }}
469- {{- if .Values.st2web.use_https }}
470- - name : st2web-ssl-certs-vol
471- secret :
472- secretName : {{ .Release.Name }}-st2web-ssl-certs
473- items :
474- - key : ssl_certificate
475- path : st2.crt
476- - key : ssl_certificate_key
477- path : st2.key
478- {{- end }}
479465 {{- if .Values.st2web.config }}
480466 - name : st2web-config-vol
481467 configMap :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -299,11 +299,6 @@ st2web:
299299 attach : false
300300 # Have st2web pod and service use HTTPS on port 443 when true. default: false (use HTTP on port 80)
301301 use_https : false
302- # User-defined st2web ssl certificate+key (ignored for http; defaults to autogenerated for https)
303- # ssl_certificate: |
304- # # x.509 certficate
305- # ssl_certificate_key: |
306- # # x.509 private key
307302 # User-defined st2web config with custom settings to replace default config.js
308303 # See https://github.com/StackStorm/st2web#connecting-to-st2-server for more info
309304 # config: |
You can’t perform that action at this time.
0 commit comments