Update file test.yaml

This commit is contained in:
2023-06-09 01:31:51 +00:00
parent 8ac0e9f9d4
commit 48d4dced51

View File

@@ -6,10 +6,17 @@ metadata:
external-dns.alpha.kubernetes.io/hostname: whoami.durp.info
spec:
type: ExternalName
externalName:
secretKeyRef:
name: my-secret
key: ip-address
externalName: $(IP_ADDRESS)
---
apiVersion: v1
kind: ConfigMap
metadata:
name: my-config
data:
IP_ADDRESS: $(external-secrets:my-secret.ip-address)
---