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/hosting_providers | |
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/hosting_providers')
-rw-r--r-- | kud/hosting_providers/containerized/addons/values.yaml.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kud/hosting_providers/containerized/addons/values.yaml.tmpl b/kud/hosting_providers/containerized/addons/values.yaml.tmpl index f2a20f84..b3e5845c 100644 --- a/kud/hosting_providers/containerized/addons/values.yaml.tmpl +++ b/kud/hosting_providers/containerized/addons/values.yaml.tmpl @@ -11,7 +11,7 @@ Clusters: Name: cluster ProjectName: kud -LogicalCloud: default +LogicalCloud: kud PackagesPath: ${PACKAGES_PATH} AddonsApp: addons |