소스 검색

[k8s] Update helm list to work with helm 3

Romain Rigaux 5 년 전
부모
커밋
84a7635b50
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      tools/kubernetes/helm/hue/templates/NOTES.txt
  2. 1 1
      tools/kubernetes/helm/website/templates/NOTES.txt

+ 1 - 1
tools/kubernetes/helm/hue/templates/NOTES.txt

@@ -2,7 +2,7 @@ Congratulations, you've launched the Hue SQL Editor for Data Warehouses!
 
 To check the status of your installation run:
 
-  helm list {{ .Release.Name }}
+  helm list --filter {{ .Release.Name }}
 
 
 Get the recommended URL below and start executing queries:

+ 1 - 1
tools/kubernetes/helm/website/templates/NOTES.txt

@@ -3,7 +3,7 @@ Congratulations, you've launched the website of Hue!
 
 To check the status of your installation run:
 
-  helm list {{ .Release.Name }}
+  helm list --filter {{ .Release.Name }}
 
 Run below commands to get the recommended URLs:
 {{ if true }}