1
0
mirror of https://github.com/kubeshark/kubeshark.git synced 2025-05-08 00:29:21 +00:00

monior text changes

This commit is contained in:
Alon Girmonsky 2024-09-14 11:56:57 -07:00
parent 88c72cda82
commit bdbe4888d2
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,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 && sed -i 's/^license:.*/license: ""/' helm-chart/values.yaml && sed -i '1i # find a detail description here: https://github.com/kubeshark/kubeshark/blob/master/helm-chart/README.md' helm-chart/values.yaml
./bin/kubeshark__ config > ./helm-chart/values.yaml && sed -i 's/^license:.*/license: ""/' helm-chart/values.yaml && sed -i '1i # find a detailed description here: https://github.com/kubeshark/kubeshark/blob/master/helm-chart/README.md' 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

View File

@ -1,4 +1,4 @@
# find a detail description here: https://github.com/kubeshark/kubeshark/blob/master/helm-chart/README.md
# find a detailed description here: https://github.com/kubeshark/kubeshark/blob/master/helm-chart/README.md
tap:
docker:
registry: docker.io/kubeshark