Skaffold: Typo in Helm values for Prometheus (#1709)
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user