Skip to content

Commit f76aa28

Browse files
authored
Merge pull request #150 from rahulshinde26/master
Change NOTES template for using ST2 CLI to include namespace argument in 'kubectl exec' command
2 parents 708cb51 + 209aa8f commit f76aa28

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.txt template for using ST2 CLI to include namespace argument in 'kubectl exec' command (#150) (by @rahulshinde26)
56
* Move the apiVersion `extensions/v1beta1` to `networking.k8s.io/v1beta1` for ingress (#149) (by @jb-abbadie)
67

78
## v0.31.0

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)