mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
add es blog
This commit is contained in:
+30
-30
@@ -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
|
||||
- secretKey: smtp-password
|
||||
remoteRef:
|
||||
key: kv/hensenio/smtp
|
||||
property: password
|
||||
Reference in New Issue
Block a user