reactioncommerce / mailchimp-open-commerce-helm-chart

Helm chart for deploying Mailchimp Open Commerce ontop of Kubernetes/Openshift.
Apache License 2.0
3 stars 4 forks source link

Switch to Config Maps & Implement Secrets #21

Closed dcrdev closed 4 years ago

dcrdev commented 4 years ago

This pr switches envar handling to dedicated configmaps and switches out sensitive values to k8s secrets. See: https://github.com/slingshotlabs/reaction-oss-helm-chart/issues/17

WIP