Skip to content

Commit

Permalink
fix: point to entei cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Aug 11, 2024
1 parent f964910 commit f6204c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Helm chart to install virtual cluster on a physical cluster
| etcd | object | `{"auth":{"client":{"enableAuthentication":false},"peer":{"enableAuthentication":false},"rbac":{"create":false},"token":{"enabled":false}},"commonAnnotations":{"<<":{"atomi.cloud/layer":"1","atomi.cloud/platform":"sulfoxide","atomi.cloud/service":"iodine"},"atomi.cloud/module":"etcd"},"commonLabels":{"<<":{"atomi.cloud/layer":"1","atomi.cloud/platform":"sulfoxide","atomi.cloud/service":"iodine"},"atomi.cloud/module":"etcd"},"persistence":{"enabled":false},"podAnnotations":{"<<":{"atomi.cloud/layer":"1","atomi.cloud/platform":"sulfoxide","atomi.cloud/service":"iodine"},"atomi.cloud/module":"etcd"},"podLabels":{"<<":{"atomi.cloud/layer":"1","atomi.cloud/platform":"sulfoxide","atomi.cloud/service":"iodine"},"atomi.cloud/module":"etcd"},"removeMemberOnContainerTermination":false,"replicaCount":3,"topologySpreadConstraints":[{"labelSelector":{"matchLabels":{"<<":{"atomi.cloud/layer":"1","atomi.cloud/platform":"sulfoxide","atomi.cloud/service":"iodine"},"atomi.cloud/module":"etcd"}},"maxSkew":1,"topologyKey":"topology.kubernetes.io/zone","whenUnsatisfiable":"ScheduleAnyway"}]}` | ETCD Cluster configuration. See [etcd documentation](https://artifacthub.io/packages/helm/bitnami/etcd) |
| secretAnnotation | object | `{"argocd.argoproj.io/sync-wave":"-3"}` | Secret Annotations (External Secrets) to control synchronization |
| serviceTree | object | `{"layer":"1","platform":"sulfoxide","service":"iodine"}` | AtomiCloud Service Tree. See [ServiceTree](https://atomicloud.larksuite.com/wiki/OkfJwTXGFiMJkrk6W3RuwRrZs64?theme=DARK&contentTheme=DARK#MHw5d76uDo2tBLx86cduFQMRsBb) |
| sulfoxide-bromine | object | `{"annotations":{"argocd.argoproj.io/sync-wave":"-5"},"rootSecret":{"name":"iodine","ref":{"clientId":"SULFOXIDE_IODINE_CLIENT_ID","clientSecret":"SULFOXIDE_IODINE_CLIENT_SECRET"}},"serviceTree":{"platform":"sulfoxide","service":"iodine"},"storeName":"iodine"}` | Create SecretStore via secret of secrets pattern |
| sulfoxide-bromine | object | `{"annotations":{"argocd.argoproj.io/sync-wave":"-5"},"rootSecret":{"name":"iodine","ref":{"clientId":"SULFOXIDE_IODINE_CLIENT_ID","clientSecret":"SULFOXIDE_IODINE_CLIENT_SECRET"}},"serviceTree":{"platform":"sulfoxide","service":"sos"},"storeName":"iodine"}` | Create SecretStore via secret of secrets pattern |
| sulfoxide-bromine.rootSecret | object | `{"name":"iodine","ref":{"clientId":"SULFOXIDE_IODINE_CLIENT_ID","clientSecret":"SULFOXIDE_IODINE_CLIENT_SECRET"}}` | Secret of Secrets reference |
| sulfoxide-bromine.rootSecret.ref | object | `{"clientId":"SULFOXIDE_IODINE_CLIENT_ID","clientSecret":"SULFOXIDE_IODINE_CLIENT_SECRET"}` | DOPPLER Token Reference |
| sulfoxide-bromine.storeName | string | `"iodine"` | Store name to create |
Expand Down
4 changes: 2 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ tags: &tags
# -- Create SecretStore via secret of secrets pattern
sulfoxide-bromine:
serviceTree:
platform: *platform
service: *service
platform: sulfoxide
service: sos
annotations:
argocd.argoproj.io/sync-wave: "-5"
# -- Store name to create
Expand Down

0 comments on commit f6204c3

Please sign in to comment.