diff --git a/Makefile b/Makefile index 495597acb..82cd7d2ff 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ kubectl-view-kubeshark-resources: ## This command outputs all Kubernetes resourc ./kubectl.sh view-kubeshark-resources generate-helm-values: ## Generate the Helm values from config.yaml - ./bin/kubeshark__ config > ./helm-chart/values.yaml + ./bin/kubeshark__ config > ./helm-chart/values.yaml && sed -i 's/^license:.*/license: ""/' helm-chart/values.yaml generate-manifests: ## Generate the manifests from the Helm chart using default configuration helm template kubeshark -n default ./helm-chart > ./manifests/complete.yaml