d40fb8c3f1
- k8s manifests: Deployment, Service, PVC, Ingress, ExternalSecret - Argo CD app watching servers/legion/k8s/docuseal - CF tunnel ingress rule for sign.neuralplatform.ai - Vault secret at secret/docuseal (secret_key_base seeded)
19 lines
398 B
YAML
19 lines
398 B
YAML
apiVersion: external-secrets.io/v1beta1
|
|
kind: ExternalSecret
|
|
metadata:
|
|
name: docuseal-secrets
|
|
namespace: docuseal
|
|
spec:
|
|
refreshInterval: 1h
|
|
secretStoreRef:
|
|
name: vault
|
|
kind: ClusterSecretStore
|
|
target:
|
|
name: docuseal-secrets
|
|
creationPolicy: Owner
|
|
data:
|
|
- secretKey: secret_key_base
|
|
remoteRef:
|
|
key: secret/data/docuseal
|
|
property: secret_key_base
|