Skip to content
Snippets Groups Projects
Verified Commit 8f3ff3c3 authored by David Hoese's avatar David Hoese
Browse files

Fix CADU_SLEEP environment variable definition

parent 34c617a8
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,8 @@ caduSender: ...@@ -8,7 +8,8 @@ caduSender:
enabled: true enabled: true
existingClaim: "geosphere-ci-tests-cadu" existingClaim: "geosphere-ci-tests-cadu"
env: env:
CADU_SLEEP: "60" - name: CADU_SLEEP
value: "60"
persistence: persistence:
enabled: true enabled: true
storageClass: longhorn storageClass: longhorn
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment