diff --git a/secrets/blog.yaml b/secrets/blog.yaml index d17862b..19872af 100644 --- a/secrets/blog.yaml +++ b/secrets/blog.yaml @@ -21,8 +21,13 @@ spec: remoteRef: key: kv/ghost property: ghostmsqlpw - + - secretKey: ghost-password remoteRef: key: kv/ghost - property: ghostpw \ No newline at end of file + property: ghostpw + + - secretKey: smtp-password + remoteRef: + key: kv/hensenio/smtp + property: password \ No newline at end of file diff --git a/secrets/hensenio-smtp.yaml b/secrets/hensenio-smtp.yaml index 300bd88..cefcdba 100644 --- a/secrets/hensenio-smtp.yaml +++ b/secrets/hensenio-smtp.yaml @@ -1,18 +1,18 @@ -apiVersion: external-secrets.io/v1beta1 -kind: ExternalSecret -metadata: - name: hensenio-smtp-secrets - namespace: blog -spec: - refreshInterval: "15m" - secretStoreRef: - name: vault-backend - kind: ClusterSecretStore - target: - name: hensenio-smtp - creationPolicy: Owner - data: - - secretKey: smtp-password - remoteRef: - key: kv/hensenio/smtp - property: password \ No newline at end of file +# apiVersion: external-secrets.io/v1beta1 +# kind: ExternalSecret +# metadata: +# name: hensenio-smtp-secrets +# namespace: blog +# spec: +# refreshInterval: "15m" +# secretStoreRef: +# name: vault-backend +# kind: ClusterSecretStore +# target: +# name: hensenio-smtp +# creationPolicy: Owner +# data: +# - secretKey: smtp-password +# remoteRef: +# key: kv/hensenio/smtp +# property: password \ No newline at end of file