The platform deployment should be able to support sidecar containers. An example use case here is if a user wanted to run cloud sql proxy for gcp as a side car. This would allow the platform to connect to postgresql via localhost while the proxy container handled all the authentication to cloud sql.
Acceptance Criteria:
- Update terratests to test for expected output
- Helm Docs Updated to define to values
The platform deployment should be able to support sidecar containers. An example use case here is if a user wanted to run cloud sql proxy for gcp as a side car. This would allow the platform to connect to postgresql via localhost while the proxy container handled all the authentication to cloud sql.
Acceptance Criteria: