mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-26 03:17:18 +00:00
5 lines
115 B
Text
5 lines
115 B
Text
|
|
local components = std.extVar("__ksonnet/components");
|
||
|
|
components + {
|
||
|
|
// Insert user-specified overrides here.
|
||
|
|
}
|