You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 15, 2024. It is now read-only.
Such that when the Application is generated for this ApplicationSet, the YAML object (described by the config.json) will be inserted into the appropriate spot in the Helm parameters:
However, (this is getting into implementation details) but I suspect it will require us to introduce a new field, as an alternative to template, like this:
// ApplicationSetSpec represents a class of application set state.typeApplicationSetSpecstruct {
Generators []ApplicationSetGenerator`json:"generators"`// oldTemplateApplicationSetTemplate`json:"template"`// oldUntypedTemplate apiextensionsv1.JSON`json:"templateUntyped"`// new hotnessSyncPolicy*ApplicationSetSyncPolicy`json:"syncPolicy,omitempty"`// old
}
There's most definitely a better name for it than 'untyped template', but that's the idea 😄. Ideally there would be a way to use the existing template field for this, but I don't see a way: I don't want to lose the typed nature of the existing template field, and yet we will need to break that structure with this feature.
lsolovey, mksha, alexisbel1, mubarak-j, pmjacinto and 8 morerumstead, mksha, mubarak-j and zbialik