3 lines
228 B
YAML
3 lines
228 B
YAML
{{/* Copy anything under `.pilot` to `.`, to avoid the need to specify a redundant prefix.
|
|
Due to the file naming, this always happens after zzz_profile.yaml */}}
|
|
{{- $_ := mustMergeOverwrite $.Values (index $.Values "pilot") }} |