mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-01 12:36:44 +00:00
monior text changes
This commit is contained in:
parent
88c72cda82
commit
bdbe4888d2
2
Makefile
2
Makefile
@ -84,7 +84,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 && 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
|
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
|
||||||
|
@ -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:
|
tap:
|
||||||
docker:
|
docker:
|
||||||
registry: docker.io/kubeshark
|
registry: docker.io/kubeshark
|
||||||
|
Loading…
Reference in New Issue
Block a user