staged next wave of operators to add and configure
This commit is contained in:
15
cluster/external-dns/externalsecrets.yaml
Normal file
15
cluster/external-dns/externalsecrets.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: cloudflare-api-token # This is the secret name
|
||||
namespace: external-dns
|
||||
spec:
|
||||
secretStoreRef:
|
||||
kind: ClusterSecretStore
|
||||
name: doppler-cluster
|
||||
refreshInterval: "1h"
|
||||
data:
|
||||
- secretKey: api-token
|
||||
remoteRef:
|
||||
key: CLOUDFLARE_TOKEN
|
||||
Reference in New Issue
Block a user