rm blog es

This commit is contained in:
Ruben Hensen
2025-03-26 03:26:53 +01:00
parent 0a5fb37f9a
commit 49f9045e1f
+30 -30
View File
@@ -1,33 +1,33 @@
apiVersion: external-secrets.io/v1beta1 # apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret # kind: ExternalSecret
metadata: # metadata:
name: hensenio-ghost-secrets # name: hensenio-ghost-secrets
namespace: blog # namespace: blog
spec: # spec:
refreshInterval: "15m" # refreshInterval: "15m"
secretStoreRef: # secretStoreRef:
name: vault-backend # name: vault-backend
kind: ClusterSecretStore # kind: ClusterSecretStore
target: # target:
name: ghost-es # name: ghost-es
creationPolicy: Owner # creationPolicy: Owner
data: # data:
- secretKey: mysql-root-password # - secretKey: mysql-root-password
remoteRef: # remoteRef:
key: kv/ghost # key: kv/ghost
property: ghostmsqlrootpw # property: ghostmsqlrootpw
- secretKey: mysql-password # - secretKey: mysql-password
remoteRef: # remoteRef:
key: kv/ghost # key: kv/ghost
property: ghostmsqlpw # property: ghostmsqlpw
- secretKey: ghost-password # - secretKey: ghost-password
remoteRef: # remoteRef:
key: kv/ghost # key: kv/ghost
property: ghostpw # property: ghostpw
- secretKey: smtp-password # - secretKey: smtp-password
remoteRef: # remoteRef:
key: kv/hensenio/smtp # key: kv/hensenio/smtp
property: password # property: password