argocd-example-apps/blue-green-deploy-workflow/environments/base.libsonnet

5 lines
115 B
Plaintext
Raw Normal View History

2018-07-09 10:20:35 +02:00
local components = std.extVar("__ksonnet/components");
components + {
// Insert user-specified overrides here.
}