Skip to content

Commit f7ed8e6

Browse files
author
Rahul Shinde
committed
modified NOTES
1 parent 3de057a commit f7ed8e6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## In Development
44
* Fix a bug when datastore encrypted keys didn't work in scheduled rules. datastore_crypto_key is now shared with the ``st2scheduler`` pods (#148) (by @rahulshinde26)
5+
* Change NOTES template for using ST2 CLI to include namespace argument in 'kubectl exec' command (#150) (by @rahulshinde26)
56

67
## v0.31.0
78
* Fix chart compatibility with Helm versions >= `2.16.8` by downgrading `mongodb-replicaset` from `3.14.0` to `3.12.0` (#137) (by @AbhyudayaSharma)

templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ password: {{ .Values.secrets.st2.password }}
4545

4646
3. Use st2 CLI:
4747
export ST2CLIENT=$(kubectl get --namespace {{ .Release.Namespace }} pod -l app=st2client,release={{ .Release.Name }} -o jsonpath="{.items[0].metadata.name}")
48-
kubectl exec -it ${ST2CLIENT} -- st2 --version
48+
kubectl exec -it ${ST2CLIENT} --namespace {{ .Release.Namespace }} -- st2 --version
4949

5050
-----------------------------------------------------
5151
Thanks for trying StackStorm!

0 commit comments

Comments
 (0)