Skip to content

Commit

Permalink
fix: use sync-wave instead of helm-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Nov 18, 2023
1 parent 2454a4a commit 07a5b58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 1 addition & 3 deletions chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ Helm chart to deploy External DNS to configure DNS records to DNS providers
| podSecurityContext | object | `{"fsGroup":1000,"runAsGroup":1000,"runAsNonRoot":true,"runAsUser":1000}` | YAML Anchor for PodSecurityContext |
| securityContext | object | `{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsGroup":3000,"runAsNonRoot":true,"runAsUser":1000}` | YAML Anchor for SecurityContext |
| serviceTree | object | `{"layer":"1","module":"controller","platform":"sulfoxide","service":"tin"}` | AtomiCloud Service Tree. See [ServiceTree](https://atomicloud.larksuite.com/wiki/OkfJwTXGFiMJkrk6W3RuwRrZs64?theme=DARK&contentTheme=DARK#MHw5d76uDo2tBLx86cduFQMRsBb) |
| sulfoxide-bromine | object | `{"annotations":{"helm.sh/hook":"pre-install,pre-upgrade","helm.sh/weight":"-5"},"rootSecret":{"ref":"SULFOXIDE_TIN"},"storeName":"doppler-tin"}` | Create SecretStore via secret of secrets pattern |
| sulfoxide-bromine.annotations."helm.sh/hook" | string | `"pre-install,pre-upgrade"` | Helm hook to run |
| sulfoxide-bromine.annotations."helm.sh/weight" | string | `"-5"` | Helm weight to run |
| sulfoxide-bromine | object | `{"annotations":{"argocd.argoproj.io/sync-wave":"-5"},"rootSecret":{"ref":"SULFOXIDE_TIN"},"storeName":"doppler-tin"}` | Create SecretStore via secret of secrets pattern |
| sulfoxide-bromine.rootSecret | object | `{"ref":"SULFOXIDE_TIN"}` | Secret of Secrets reference |
| sulfoxide-bromine.rootSecret.ref | string | `"SULFOXIDE_TIN"` | DOPPLER Token Reference |
| sulfoxide-bromine.storeName | string | `"doppler-tin"` | Store name to create |
Expand Down
5 changes: 1 addition & 4 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ securityContext: &securityContext
# -- Create SecretStore via secret of secrets pattern
sulfoxide-bromine:
annotations:
# -- Helm hook to run
helm.sh/hook: pre-install,pre-upgrade
# -- Helm weight to run
helm.sh/weight: "-5"
argocd.argoproj.io/sync-wave: "-5"
# -- Store name to create
storeName: doppler-tin
# -- Secret of Secrets reference
Expand Down

0 comments on commit 07a5b58

Please sign in to comment.