From 49f9045e1f5350db84242b02562030a422b6fd8d Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Wed, 26 Mar 2025 03:26:53 +0100 Subject: [PATCH] rm blog es --- secrets/blog.yaml | 60 +++++++++++++++++++++++------------------------ 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/secrets/blog.yaml b/secrets/blog.yaml index 19872af..9e14a29 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