Skip to content

Commit

Permalink
Merge pull request #10 from infracloudio/fix/rw-local-helm
Browse files Browse the repository at this point in the history
rw-local helm: enable upload and reduce discoveryInterval time
  • Loading branch information
Hashfyre authored Feb 1, 2024
2 parents e6d5b44 + ca8d5b4 commit b55b5f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/runwhen-local/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ discoveryKubeconfig:
# also supports upload configuration for continuous updates of RunWhen Platform Workspace
# upload is disabled by default; requires a valid uploadInfo.yaml
autoRun:
discoveryInterval: 14400 # seconds to wait until a new discovery
uploadEnabled: false # upload configuration to RunWhen Platform
discoveryInterval: 1800 # seconds to wait until a new discovery
uploadEnabled: true # upload configuration to RunWhen Platform
uploadMergeMode: "keep-uploaded" # 'keep-uploaded' or 'keep-existing'


Expand Down

0 comments on commit b55b5f2

Please sign in to comment.