Closed
Description
I have a following yaml file, utilizing format somewhat similar to reference tags in gitlab.
ports:
- name: http
port: 8080
hosts:
- hostname: "!reference[.placeholders, ingressHostname]"
...
placeholders:
ingressHostname: xyz.com
My goal is to substitute these reference tags with values from placeholders like that.
ports:
- name: http
port: 8080
hosts:
- hostname: xyz.com
Couldn't find something on this in documentation.
Metadata
Metadata
Assignees
Labels
No labels