31 lines
759 B
YAML
31 lines
759 B
YAML
apiVersion: external-secrets.io/v1
|
|
kind: ExternalSecret
|
|
metadata:
|
|
name: vault-unseal-config-2
|
|
namespace: vault
|
|
labels:
|
|
app.kubernetes.io/name: vault-unseal-config-2
|
|
app.kubernetes.io/instance: vault
|
|
app.kubernetes.io/part-of: vault
|
|
spec:
|
|
secretStoreRef:
|
|
kind: ClusterSecretStore
|
|
name: vault
|
|
data:
|
|
- secretKey: ENVIRONMENT
|
|
remoteRef:
|
|
key: /cl01tl/vault/unseal
|
|
property: ENVIRONMENT
|
|
- secretKey: NODES
|
|
remoteRef:
|
|
key: /cl01tl/vault/unseal
|
|
property: NODES
|
|
- secretKey: TOKENS
|
|
remoteRef:
|
|
key: /cl01tl/vault/unseal
|
|
property: TOKENS_2
|
|
- secretKey: NOTIFY_QUEUE_URLS
|
|
remoteRef:
|
|
key: /cl01tl/vault/unseal
|
|
property: NOTIFY_QUEUE_URLS
|