You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
338 B
9 lines
338 B
7 years ago
|
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"})
|
||
|
}
|