Print namespace in notes. (#23)
This commit is contained in:
parent
01b72b169d
commit
b487b6c107
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@ echo '{"apiVersion": "apiextensions.k8s.io/v1beta1","kind": "CustomResourceDefin
|
|||
|
||||
2. Get Argo UI external IP/domain by running:
|
||||
|
||||
kubectl get services -o wide | grep {{ .Release.Name }}-{{ .Values.uiName }}
|
||||
kubectl --namespace {{ .Release.Namespace }} get services -o wide | grep {{ .Release.Name }}-{{ .Values.uiName }}
|
||||
|
||||
{{ if .Values.minio.install }}
|
||||
|
||||
3. Access Minio UI and create bucket '{{ .Values.minio.defaultBucket.name }}'. Minio UI is available on port 9000 and available via external URL. URL might be retrieved using following
|
||||
command:
|
||||
|
||||
kubectl get services -o wide | grep {{ .Release.Name }}-minio-svc
|
||||
kubectl --namespace {{ .Release.Namespace }} get services -o wide | grep {{ .Release.Name }}-minio-svc
|
||||
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue