Skip to content

Commit

Permalink
fix: increase sync wave diff
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Nov 18, 2023
1 parent 593a98d commit 58bb087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Helm chart to install virtual cluster on a physical cluster
| k3sSyncToken.secretStore.name | string | `"doppler-iodine"` | name of the secret store to reference |
| secretAnnotation | object | `{"argocd.argoproj.io/sync-wave":"-3"}` | Secret Annotations (External Secrets) to control synchronization |
| serviceTree | object | `{"layer":"1","module":"apiserver","platform":"sulfoxide","service":"iodine"}` | AtomiCloud Service Tree. See [ServiceTree](https://atomicloud.larksuite.com/wiki/OkfJwTXGFiMJkrk6W3RuwRrZs64?theme=DARK&contentTheme=DARK#MHw5d76uDo2tBLx86cduFQMRsBb) |
| sulfoxide-bromine | object | `{"annotations":null,"argocd.argoproj.io/sync-wave":"-4","rootSecret":{"ref":"SULFOXIDE_IODINE"},"storeName":"doppler-iodine"}` | Create SecretStore via secret of secrets pattern |
| sulfoxide-bromine | object | `{"annotations":null,"argocd.argoproj.io/sync-wave":"-5","rootSecret":{"ref":"SULFOXIDE_IODINE"},"storeName":"doppler-iodine"}` | Create SecretStore via secret of secrets pattern |
| sulfoxide-bromine.rootSecret | object | `{"ref":"SULFOXIDE_IODINE"}` | Secret of Secrets reference |
| sulfoxide-bromine.rootSecret.ref | string | `"SULFOXIDE_IODINE"` | DOPPLER Token Reference |
| sulfoxide-bromine.storeName | string | `"doppler-iodine"` | Store name to create |
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tags: &tags
# -- Create SecretStore via secret of secrets pattern
sulfoxide-bromine:
annotations:
argocd.argoproj.io/sync-wave: "-4"
argocd.argoproj.io/sync-wave: "-5"
# -- Store name to create
storeName: doppler-iodine
# -- Secret of Secrets reference
Expand Down

0 comments on commit 58bb087

Please sign in to comment.