Post-install hook to poke analytics function (#325)

Send chart name and chart version after installation to an analytics function. Users can opt-out with --set analytics=false.
This commit is contained in:
Soam Vasani
2017-09-19 15:39:36 -07:00
committed by GitHub
parent 7190661360
commit e4a4ec4bff
5 changed files with 69 additions and 1 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ helm_install_fission() {
ns=f-$id
fns=f-func-$id
helmVars=image=$image,imageTag=$imageTag,fetcherImage=$fetcherImage,fetcherImageTag=$fetcherImageTag,functionNamespace=$fns,controllerPort=$controllerNodeport,routerPort=$routerNodeport,pullPolicy=Always
helmVars=image=$image,imageTag=$imageTag,fetcherImage=$fetcherImage,fetcherImageTag=$fetcherImageTag,functionNamespace=$fns,controllerPort=$controllerNodeport,routerPort=$routerNodeport,pullPolicy=Always,analytics=false
helm_setup