add secret to wiki js

This commit is contained in:
vincent 2022-02-27 18:34:31 +01:00
parent 088e10a73d
commit ee8e03eede
2 changed files with 171 additions and 153 deletions

View File

@ -0,0 +1,18 @@
apiVersion: external-secrets.io/v1alpha1
kind: ExternalSecret
metadata:
name: {{ .Values.wiki.postgresql.existingSecret }}
# namespace: external-secrets
namespace: {{ .Release.Namespace }}
metadata:
spec:
secretStoreRef:
kind: ClusterSecretStore
name: vault
target:
name: {{ .Values.wiki.postgresql.existingSecret }}
data:
- secretKey: postgresql-password
remoteRef:
key: secret/infotech
property: DB_PASSWORD

View File

@ -1,7 +1,7 @@
# Default values for wiki.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
wiki:
replicaCount: 1
image:
@ -60,7 +60,7 @@ ingress:
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: infotech.kube.local
- host: "infotech.kube.local"
paths:
- path: "/"
pathType: Prefix
@ -141,7 +141,7 @@ postgresql:
## Persistent Volume Storage configuration.
## ref: https://kubernetes.io/docs/user-guide/persistent-volumes
##
existingSecret: postgresql-password
replication:
## Enable PostgreSQL replication (primary/secondary)
##