Example Apps to Demonstrate Argo CD
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.
|
|
|
local base = import "base.libsonnet";
|
|
|
|
// uncomment if you reference ksonnet-lib
|
|
|
|
// local k = import "k.libsonnet";
|
|
|
|
// local deployment = k.apps.v1beta2.deployment;
|
|
|
|
|
|
|
|
base + {
|
|
|
|
// Insert user-specified overrides here. For example if a component is named \"nginx-deployment\", you might have something like:\n")
|
|
|
|
// "nginx-deployment"+: deployment.mixin.metadata.withLabels({foo: "bar"})
|
|
|
|
}
|