mirror of
https://github.com/Telecominfraproject/wlan-cloud-helm.git
synced 2025-10-29 17:52:40 +00:00
TW-859: Update Prov Helm chart for secure communication with Postgres Besides the above, also fixed the Master to Slave replication and made sure it's also encrypted
10 lines
228 B
YAML
10 lines
228 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: {{ include "common.fullname" . }}-certs
|
|
namespace: {{ include "common.namespace" . }}
|
|
type: Opaque
|
|
data:
|
|
{{ tpl (.Files.Glob "resources/config/certs/*").AsSecrets . | indent 2 }}
|
|
|