Skip to content

Commit f01e0c6

Browse files
committed
fix tests
Signed-off-by: wind57 <[email protected]>
1 parent ae47362 commit f01e0c6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-k8s-client-rabbitmq-secret-reload/rabbitmq-secret-test-app/src/test/resources/app/app-deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ spec:
2020
value: bus-amqp
2121
- name: SPRING_RABBITMQ_HOST
2222
value: rabbitmq-service
23+
- name: SPRING_CLOUD_KUBERNETES_SECRETS_ENABLED
24+
value: "TRUE"
2325
readinessProbe:
2426
httpGet:
2527
port: 8080

spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-k8s-client-rabbitmq-secret-reload/rabbitmq-secret-test-app/src/test/resources/config-watcher/watcher-deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ spec:
2525
value: app
2626
- name: SPRING_CLOUD_KUBERNETES_CONFIGURATION_WATCHER_REFRESHDELAY
2727
value: "1"
28+
- name: SPRING_CLOUD_KUBERNETES_SECRETS_ENABLED
29+
value: "TRUE"
2830
readinessProbe:
2931
httpGet:
3032
port: 8888

0 commit comments

Comments
 (0)