Substitute version in deployment yaml. Fixes #1548

This commit is contained in:
Ryan Baxter
2024-01-03 09:43:37 -05:00
parent 8d7ebd14c1
commit a3a4201522

View File

@@ -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: