Skip to content

Commit

Permalink
reduce refresh intervals
Browse files Browse the repository at this point in the history
  • Loading branch information
weave-e2e-quickstart committed Jun 7, 2021
1 parent 7e5739d commit ccf5870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cmdimpl/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func generateKustomizeManifest(kustName, sourceName, path string) ([]byte, error
--source="%s" \
--prune=true \
--validation=client \
--interval=5m \
--interval=1m \
--export \
--namespace=%s`,
kustName,
Expand All @@ -163,7 +163,7 @@ func generateHelmManifest(helmName, sourceName, path string) ([]byte, error) {
cmd := fmt.Sprintf(`create helmrelease %s \
--source="GitRepository/%s" \
--chart="%s" \
--interval=5m \
--interval=1m \
--export \
--namespace=%s`,
helmName,
Expand Down

0 comments on commit ccf5870

Please sign in to comment.