🔥 Delete the manifests and add complete.yaml instead

This commit is contained in:
M. Mert Yildiran
2023-06-27 01:22:30 +03:00
parent 5c4c913a27
commit c07f1851b3
14 changed files with 310 additions and 364 deletions

View File

@@ -68,3 +68,6 @@ 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-manifests: ## Generate the manifests from the Helm chart using default configuration
helm template ./helm-chart > ./manifests/complete.yaml