From b5982fb36dbbe7fb74ebcc40a85ff95e89e9f2d2 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Wed, 26 Mar 2025 02:18:38 +0100 Subject: [PATCH] add es blog --- secrets/blog.yaml | 60 +++++++++++++++++++++++------------------------ 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/secrets/blog.yaml b/secrets/blog.yaml index 9e14a29..19872af 100644 --- a/secrets/blog.yaml +++ b/secrets/blog.yaml @@ -1,33 +1,33 @@ -# apiVersion: external-secrets.io/v1beta1 -# kind: ExternalSecret -# metadata: -# name: hensenio-ghost-secrets -# namespace: blog -# spec: -# refreshInterval: "15m" -# secretStoreRef: -# name: vault-backend -# kind: ClusterSecretStore -# target: -# name: ghost-es -# creationPolicy: Owner -# data: -# - secretKey: mysql-root-password -# remoteRef: -# key: kv/ghost -# property: ghostmsqlrootpw +apiVersion: external-secrets.io/v1beta1 +kind: ExternalSecret +metadata: + name: hensenio-ghost-secrets + namespace: blog +spec: + refreshInterval: "15m" + secretStoreRef: + name: vault-backend + kind: ClusterSecretStore + target: + name: ghost-es + creationPolicy: Owner + data: + - secretKey: mysql-root-password + remoteRef: + key: kv/ghost + property: ghostmsqlrootpw -# - secretKey: mysql-password -# remoteRef: -# key: kv/ghost -# property: ghostmsqlpw + - secretKey: mysql-password + remoteRef: + key: kv/ghost + property: ghostmsqlpw -# - secretKey: ghost-password -# remoteRef: -# key: kv/ghost -# property: ghostpw + - secretKey: ghost-password + remoteRef: + key: kv/ghost + property: ghostpw -# - secretKey: smtp-password -# remoteRef: -# key: kv/hensenio/smtp -# property: password \ No newline at end of file + - secretKey: smtp-password + remoteRef: + key: kv/hensenio/smtp + property: password \ No newline at end of file