Explorar o código

[k8s] Update helm list to work with helm 3

Romain Rigaux %!s(int64=5) %!d(string=hai) anos
pai
achega
84a7635b50

+ 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 }}