argocd-example-apps/blue-green-deploy/environments/default/main.jsonnet

10 lines
389 B
Plaintext
Raw Normal View History

2018-06-29 10:26:59 +02:00
local base = import "base.libsonnet";
// uncomment if you reference ksonnet-lib
// local k = import "k.libsonnet";
2018-12-08 12:51:53 +01:00
// local deployment = k.apps.v1beta2.deployment;
2018-06-29 10:26:59 +02:00
base + {
// Insert user-specified overrides here. For example if a component is named \"nginx-deployment\", you might have something like:\n")
2018-12-08 12:51:53 +01:00
// "nginx-deployment"+: deployment.mixin.metadata.withLabels({foo: "bar"})
2018-06-29 10:26:59 +02:00
}