Expand description
Pure resolution of per-target defaults and overrides.
These helpers are the single place where the optional export: manifest
section is turned into concrete values consumed by the emitters. Keeping
all defaults here (namespace derived from the project name, replicas of
one, resources enabled by default) means they are defined and tested once
and shared by every emitter without duplication.
Constants§
- SECRET_
MARKERS - Environment key fragments that classify a variable as a secret rather than plain configuration.
Functions§
- chart_
name_ for - Returns the Helm chart name.
- chart_
version_ for - Returns the Helm chart version string.
- enabled_
for - Returns
truewhenresourceshould be emitted fortarget. - image_
pull_ policy_ for - Returns the image pull policy for
resourceon the Kubernetes or Helm target. - namespace_
for - Returns the Kubernetes namespace to use for the export.
- replicas_
for - Returns the replica count for
resourceontarget.