🔧 Add generate-helm-values Makefile rule

This commit is contained in:
M. Mert Yildiran 2023-06-27 03:26:20 +03:00
parent f32a7d97ec
commit bc031be0fe
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461

View File

@ -69,5 +69,8 @@ kubectl-view-all-resources: ## This command outputs all Kubernetes resources usi
kubectl-view-kubeshark-resources: ## This command outputs all Kubernetes resources in "kubeshark" namespace using YAML format and pipes it to VS Code
./kubectl.sh view-kubeshark-resources
generate-helm-values: ## Generate the Helm values from config.yaml
./bin/kubeshark__ config > ./helm-chart/values.yaml
generate-manifests: ## Generate the manifests from the Helm chart using default configuration
helm template ./helm-chart > ./manifests/complete.yaml