Skip to content

Commit

Permalink
pull out all the stops
Browse files Browse the repository at this point in the history
Signed-off-by: Kingdon Barrett <[email protected]>
  • Loading branch information
kingdonb committed May 26, 2024
1 parent eb3488a commit 3b843d9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion clusters/cozy-test/apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: flux-system
spec:
interval: 10m0s
suspend: true
suspend: false
dependsOn:
- name: 10-infra-configs
sourceRef:
Expand Down
4 changes: 2 additions & 2 deletions clusters/cozy-test/infrastructure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: flux-system
spec:
interval: 1h
suspend: true
suspend: false
retryInterval: 1m
timeout: 5m
sourceRef:
Expand All @@ -25,7 +25,7 @@ spec:
dependsOn:
- name: 01-infra-controllers
interval: 1h
suspend: true
suspend: false
retryInterval: 1m
timeout: 5m
sourceRef:
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/controllers/cert-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ metadata:
spec:
releaseName: cert-manager
interval: 30m
suspend: true
suspend: false
targetNamespace: cert-manager
storageNamespace: cert-manager
chart:
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/controllers/ingress-nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ metadata:
spec:
interval: 2m30s
timeout: 2m0s
suspend: true
suspend: false
releaseName: ingress-nginx
targetNamespace: ingress-nginx
storageNamespace: ingress-nginx
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/controllers/kwasm-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
releaseName: kwasm-operator
interval: 10m
suspend: true
suspend: false
targetNamespace: kwasm
storageNamespace: kwasm
chart:
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/controllers/spin-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
releaseName: spin-operator
interval: 10m
suspend: true
suspend: false
targetNamespace: spin-operator
storageNamespace: spin-operator
dependsOn:
Expand Down

0 comments on commit 3b843d9

Please sign in to comment.