An open API service indexing awesome lists of open source software.

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

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`