Skip to content

Commit

Permalink
fix: remove sync waves
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 20, 2023
1 parent 1c5fc31 commit 5edd235
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions infra/root_chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ Root Chart to a single Service
| api.serviceTree.module | string | `"api"` | |
| api.tolerations | list | `[]` | |
| api.topologySpreadConstraints | object | `{}` | |
| bromine.annotations."argocd.argoproj.io/hook" | string | `"PreSync"` | |
| bromine.annotations."argocd.argoproj.io/sync-wave" | string | `"0"` | |
| bromine.enable | bool | `false` | |
| bromine.rootSecret | object | `{"ref":"SULFONE_ZINC"}` | Secret of Secrets reference |
| bromine.rootSecret.ref | string | `"SULFONE_ZINC"` | DOPPLER Token Reference |
Expand All @@ -76,8 +74,6 @@ Root Chart to a single Service
| maindb.nameOverride | string | `"main-database"` | |
| maindb.primary.persistence.enabled | bool | `false` | |
| migration.affinity | object | `{}` | |
| migration.annotations."argocd.argoproj.io/hook" | string | `"PreSync"` | |
| migration.annotations."argocd.argoproj.io/sync-wave" | string | `"1"` | |
| migration.appSettings.App.Mode | string | `"Migration"` | |
| migration.aspNetEnv | string | `"Development"` | |
| migration.backoffLimit | int | `4` | |
Expand Down
6 changes: 0 additions & 6 deletions infra/root_chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ serviceTree: &serviceTree
layer: "2"

bromine:
annotations:
argocd.argoproj.io/hook: PreSync
argocd.argoproj.io/sync-wave: "0"
enable: false
# -- Store name to create
storeName: sulfone-zinc
Expand Down Expand Up @@ -103,9 +100,6 @@ api:

migration:
enabled: false
annotations:
argocd.argoproj.io/hook: PreSync
argocd.argoproj.io/sync-wave: "1"
nameOverride: "migration"
fullnameOverride: ""

Expand Down

0 comments on commit 5edd235

Please sign in to comment.