Skip to content

Commit 8973e39

Browse files
authored
Merge pull request #268 from cognifloyd/st2web-indent-fix
fix st2web.postStartScript indent
2 parents b0c73e7 + 7934e5c commit 8973e39

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

1718
## v0.70.0
1819
* New feature: Shared packs volumes `st2.packs.volumes`. Allow using cluster-specific persistent volumes to store packs, virtualenvs, and (optionally) configs. This enables using `st2 pack install`. It even works with `st2packs` images in `st2.packs.images`. (#199) (by @cognifloyd)

templates/deployments.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -437,9 +437,9 @@ spec:
437437
subPath: st2web.config.js
438438
{{- end }}
439439
{{- if .Values.st2web.postStartScript }}
440-
- name: st2-post-start-script-vol
441-
mountPath: /post-start.sh
442-
subPath: post-start.sh
440+
- name: st2-post-start-script-vol
441+
mountPath: /post-start.sh
442+
subPath: post-start.sh
443443
lifecycle:
444444
postStart:
445445
exec:

0 commit comments

Comments
 (0)