diff --git a/skaffold.yaml b/skaffold.yaml index 4f195cc4..986cc084 100644 --- a/skaffold.yaml +++ b/skaffold.yaml @@ -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