Skip to content

Commit

Permalink
Revert "suspend: false"
Browse files Browse the repository at this point in the history
This reverts commit 90b417a.
  • Loading branch information
kingdonb committed May 27, 2024
1 parent 5f7359e commit 90ff758
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/flux-docs/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
spec:
timeout: 2m0s
retryInterval: 2m30s
suspend: false
suspend: true
interval: 10m0s
path: ./kustomize-flux
prune: true
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: false
suspend: true
retryInterval: 1m
timeout: 5m
sourceRef:
Expand All @@ -25,7 +25,7 @@ spec:
dependsOn:
- name: 01-infra-controllers
interval: 1h
suspend: false
suspend: true
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: false
suspend: true
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: false
suspend: true
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: false
suspend: true
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: false
suspend: true
targetNamespace: spin-operator
storageNamespace: spin-operator
dependsOn:
Expand Down

0 comments on commit 90ff758

Please sign in to comment.