Skip to content

Commit

Permalink
Substitute version in deployment yaml. Fixes #1548
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjbaxter committed Jan 3, 2024
1 parent 8d7ebd1 commit a3a4201
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit a3a4201

Please sign in to comment.