Skaffold: Typo in Helm values for Prometheus (#1709)

This commit is contained in:
Vishal
2020-09-10 18:28:15 +05:30
committed by GitHub
parent 99c2020795
commit 8c0a368969
+2 -1
View File
@@ -5,6 +5,7 @@
############## Usage ##############
# Skaffold CLI should be installed on your machine.
# For building & deploying to Cloud Provider
# $ skaffold config set default-repo vishalbiyani (vishalbiyani - should be your registry/Dockerhub handle)
# $ `skaffold run`
# For building & deploying to Kind cluster use Kind profile
# $ `skaffold run -p kind`
@@ -47,7 +48,7 @@ deploy:
routerServiceType: LoadBalancer
fetcher.imageTag: ""
imageTag: ""
prometheus.enable: false
prometheus.enabled: false
wait: true
recreatePods: false
packaged: null