mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -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
|
||||
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)
|
||||
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue