https://github.com/application-research/cpi-edge
FWS Customer Provisioned Infrastructure (Helm charts) for Edge
https://github.com/application-research/cpi-edge
Last synced: 8 months ago
JSON representation
FWS Customer Provisioned Infrastructure (Helm charts) for Edge
- Host: GitHub
- URL: https://github.com/application-research/cpi-edge
- Owner: application-research
- License: mit
- Created: 2023-04-25T23:38:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-20T16:10:36.000Z (almost 3 years ago)
- Last Synced: 2025-03-19T08:49:22.977Z (about 1 year ago)
- Language: Smarty
- Size: 63.5 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This chart requires the use of the helm-kubectl plugin to enable secrets retrieval on ArgoCD, as of April 2023.
Alternatively, you can specify values by hand for
`global.customer.edge_db_password` and `global.customer.delta_db_password`.
Here's an example of deploying Edge:
`helm template . --set-file=global.customer.edge_db_password=kubectl://customer-testcustomer/secret/edge.dbfws.credentials.postgresql.acid.zalan.do/jsonpath={.data.password} --debug`