mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-23 14:58:44 +00:00
🔧 Add generate-helm-values
Makefile rule
This commit is contained in:
parent
f32a7d97ec
commit
bc031be0fe
3
Makefile
3
Makefile
@ -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-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
|
./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
|
generate-manifests: ## Generate the manifests from the Helm chart using default configuration
|
||||||
helm template ./helm-chart > ./manifests/complete.yaml
|
helm template ./helm-chart > ./manifests/complete.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user