mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-25 19:07:18 +00:00
8 lines
338 B
Text
8 lines
338 B
Text
local base = import "base.libsonnet";
|
|
// uncomment if you reference ksonnet-lib
|
|
// local k = import "k.libsonnet";
|
|
|
|
base + {
|
|
// Insert user-specified overrides here. For example if a component is named \"nginx-deployment\", you might have something like:\n")
|
|
// "nginx-deployment"+: k.deployment.mixin.metadata.labels({foo: "bar"})
|
|
}
|