mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-02 14:27:19 +00:00
5 lines
115 B
Text
5 lines
115 B
Text
|
|
local components = std.extVar("__ksonnet/components");
|
||
|
|
components + {
|
||
|
|
// Insert user-specified overrides here.
|
||
|
|
}
|