diff --git a/docs/modules/ROOT/pages/spring-cloud-kubernetes-configuration-watcher.adoc b/docs/modules/ROOT/pages/spring-cloud-kubernetes-configuration-watcher.adoc index f116a266..c93649c0 100644 --- a/docs/modules/ROOT/pages/spring-cloud-kubernetes-configuration-watcher.adoc +++ b/docs/modules/ROOT/pages/spring-cloud-kubernetes-configuration-watcher.adoc @@ -77,7 +77,7 @@ Spring Cloud Kubernetes Configuration Watcher can send refresh notifications to Below is a sample deployment YAML you can use to deploy the Kubernetes Configuration Watcher to Kubernetes. -[source,yaml] +[source,yaml,subs="attributes+"] ---- --- apiVersion: v1 @@ -141,7 +141,7 @@ items: serviceAccount: spring-cloud-kubernetes-configuration-watcher containers: - name: spring-cloud-kubernetes-configuration-watcher - image: springcloud/spring-cloud-kubernetes-configuration-watcher:2.0.1-SNAPSHOT + image: springcloud/spring-cloud-kubernetes-configuration-watcher:{spring-cloud-version} imagePullPolicy: IfNotPresent readinessProbe: httpGet: