Context: ADR 0035
glci uses a version-less, commit-less string (e.g. aws-gardener_prod-amd64) as its config-time cname field. Under this ADR that string is a flavor, not a cname.
- Rename
cfgFlavor.Cname in config.go to cfgFlavor.Flavor.
- Update the YAML key from
cname to flavor in glci.yaml and related config files.
Context: ADR 0035
glci uses a version-less, commit-less string (e.g.
aws-gardener_prod-amd64) as its config-timecnamefield. Under this ADR that string is a flavor, not a cname.cfgFlavor.Cnameinconfig.gotocfgFlavor.Flavor.cnametoflavoringlci.yamland related config files.