🔧 Update the generate-helm-values Makefile rule

This commit is contained in:
M. Mert Yildiran 2024-02-15 19:54:40 +03:00
parent c8cd1f57c4
commit 51a4165304
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461

View File

@ -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