mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
Update file test.yaml
This commit is contained in:
parent
8ac0e9f9d4
commit
48d4dced51
1 changed files with 11 additions and 4 deletions
|
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue