diff options
author | Todd Malsbary <todd.malsbary@intel.com> | 2021-08-16 14:49:04 -0700 |
---|---|---|
committer | Todd Malsbary <todd.malsbary@intel.com> | 2021-08-17 10:53:36 -0700 |
commit | e3f6aa5fbd34f2be27cd3a2dd63d798a1ca0b724 (patch) | |
tree | 02617b5d32fe166af36e9fff346958200d166fe8 /kud/deployment_infra/emco/examples/values.yaml.example | |
parent | 11278377a06429401ac00bad7536f843790466c3 (diff) |
Use EMCO logical cloud with addons
The moves the addons from the default namespace into their own, "kud"
namespace.
Issue-ID: MULTICLOUD-1324
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: I5476c7634af7affe1b6bbd7d2bf9b5cd7a8206e5
Diffstat (limited to 'kud/deployment_infra/emco/examples/values.yaml.example')
-rw-r--r-- | kud/deployment_infra/emco/examples/values.yaml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kud/deployment_infra/emco/examples/values.yaml.example b/kud/deployment_infra/emco/examples/values.yaml.example index 8c4b6c30..67944eb8 100644 --- a/kud/deployment_infra/emco/examples/values.yaml.example +++ b/kud/deployment_infra/emco/examples/values.yaml.example @@ -11,7 +11,7 @@ Clusters: Name: cluster ProjectName: kud -LogicalCloud: default +LogicalCloud: kud PackagesPath: $PWD/../output/packages AddonsApp: addons |