mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-04-29 04:16:29 +00:00
🔧 Update the generate-helm-values
Makefile rule
This commit is contained in:
parent
c8cd1f57c4
commit
51a4165304
2
Makefile
2
Makefile
@ -70,7 +70,7 @@ kubectl-view-kubeshark-resources: ## This command outputs all Kubernetes resourc
|
|||||||
./kubectl.sh view-kubeshark-resources
|
./kubectl.sh view-kubeshark-resources
|
||||||
|
|
||||||
generate-helm-values: ## Generate the Helm values from config.yaml
|
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
|
generate-manifests: ## Generate the manifests from the Helm chart using default configuration
|
||||||
helm template kubeshark -n default ./helm-chart > ./manifests/complete.yaml
|
helm template kubeshark -n default ./helm-chart > ./manifests/complete.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user