From 66e76acf96f67f704d0577d356532dbc2015dd3e Mon Sep 17 00:00:00 2001 From: Drew Walters Date: Fri, 21 Aug 2020 14:28:00 +0000 Subject: [PATCH] Add helm-operator to initinfra target phase This change adds the recently merged helm-operator [0] from airshipctl to the airship-core and network-cloud (by inheritance) types. This will enable the deployment of Helm charts in this repository. [0] https://review.opendev.org/720298 Change-Id: Ia4c02041de3f7d2103438ac0da065188b6949d1a Signed-off-by: Drew Walters --- manifests/type/airship-core/target/initinfra/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/type/airship-core/target/initinfra/kustomization.yaml b/manifests/type/airship-core/target/initinfra/kustomization.yaml index 4dc0a8bd6..5c5737429 100644 --- a/manifests/type/airship-core/target/initinfra/kustomization.yaml +++ b/manifests/type/airship-core/target/initinfra/kustomization.yaml @@ -1,5 +1,6 @@ resources: - ../../shared/clusterctl - ../../../../../../airshipctl/manifests/function/baremetal-operator/ + - ../../../../../../airshipctl/manifests/function/helm-operator/ commonLabels: airshipit.org/stage: initinfra