Skip to content

Commit 4f8a3ff

Browse files
authored
Merge branch 'master' into st2web-https
2 parents 469e34d + 8973e39 commit 4f8a3ff

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* New feature: Add `envFromSecrets` to `st2actionrunner`, `st2client`, `st2sensorcontainer`, and jobs. This is useful for adding custom secrets to the environment. This complements the `extra_volumes` feature (loading secrets as files) to facilitate loading secrets that are not easily injected via the filesystem. (#259) (by @cognifloyd)
1414
* New feature to include `nodeSelector`, `affinity` and `tolerations` to `st2client`, allowing more flexibility to pod positioning. (#263) (by @sandesvitor)
1515
* Template `~/.st2/config`. This allows customizing the settings used by the `st2client` and jobs pods for using the st2 apis. (#262) (by @cognifloyd)
16+
* Fix indent for lifecycle postStart hook of `st2web` pod. (#268) (by @cognifloyd)
1617
* Advanced Feature: Allow `st2web` to serve HTTPS when the ssl certs are provided via `st2web.extra_volumes`. To enable this, add `ST2WEB_HTTPS: "1"` to `st2web.env` in your values file. (#264) (by @cognifloyd)
1718

1819
## v0.70.0

templates/deployments.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -441,9 +441,9 @@ spec:
441441
subPath: st2web.config.js
442442
{{- end }}
443443
{{- if .Values.st2web.postStartScript }}
444-
- name: st2-post-start-script-vol
445-
mountPath: /post-start.sh
446-
subPath: post-start.sh
444+
- name: st2-post-start-script-vol
445+
mountPath: /post-start.sh
446+
subPath: post-start.sh
447447
lifecycle:
448448
postStart:
449449
exec:

0 commit comments

Comments
 (0)