UNCLASSIFIED - NO CUI

Skip to content

Dynamic domains in chains

Danny Gershman requested to merge feature/templatable-domains-in-chains into main

This will allow for using a domain inside of your chains configuration. Currently the result gets rendered as a string instead of the actual value.

For:

domain: bigbang.dev

Helm/flux renders:

prefix: "helloworld.{{ .Values.domain }}"

Instead of:

prefix: "helloworld.bigbang.dev"
Edited by Danny Gershman

Merge request reports