mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 10:22:54 +02:00
add es blog
This commit is contained in:
+30
-30
@@ -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
|
||||||
Reference in New Issue
Block a user