Update file test.yaml
This commit is contained in:
@@ -6,10 +6,17 @@ metadata:
|
|||||||
external-dns.alpha.kubernetes.io/hostname: whoami.durp.info
|
external-dns.alpha.kubernetes.io/hostname: whoami.durp.info
|
||||||
spec:
|
spec:
|
||||||
type: ExternalName
|
type: ExternalName
|
||||||
externalName:
|
externalName: $(IP_ADDRESS)
|
||||||
secretKeyRef:
|
|
||||||
name: my-secret
|
---
|
||||||
key: ip-address
|
|
||||||
|
apiVersion: v1
|
||||||
|
kind: ConfigMap
|
||||||
|
metadata:
|
||||||
|
name: my-config
|
||||||
|
data:
|
||||||
|
IP_ADDRESS: $(external-secrets:my-secret.ip-address)
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user