From 0b4314945aed0b5f18b1310459980a9bfc37c9d7 Mon Sep 17 00:00:00 2001 From: Sangeetha Madamanchi Date: Sun, 31 Jul 2022 20:40:35 -0500 Subject: [PATCH] fix: charts location --- .charts/{ => overwhelm}/Chart.yaml | 0 .../templates/applications.core.expediagroup.com-crd.yaml | 0 .../templates/overwhelm-controller-manager-deployment.yaml | 0 .../overwhelm-controller-manager-metrics-service-svc.yaml | 0 .../templates/overwhelm-controller-manager-sa.yaml | 0 .../templates/overwhelm-leader-election-role-role.yaml | 0 .../templates/overwhelm-leader-election-rolebinding-rb.yaml | 0 .../{ => overwhelm}/templates/overwhelm-manager-config-cm.yaml | 0 .charts/{ => overwhelm}/templates/overwhelm-manager-role-cr.yaml | 0 .../templates/overwhelm-manager-rolebinding-crb.yaml | 0 .../{ => overwhelm}/templates/overwhelm-metrics-reader-cr.yaml | 0 .charts/{ => overwhelm}/templates/overwhelm-proxy-role-cr.yaml | 0 .../templates/overwhelm-proxy-rolebinding-crb.yaml | 0 .charts/{ => overwhelm}/templates/overwhelm-system-namespace.yaml | 0 .charts/{ => overwhelm}/values.yaml | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename .charts/{ => overwhelm}/Chart.yaml (100%) rename .charts/{ => overwhelm}/templates/applications.core.expediagroup.com-crd.yaml (100%) rename .charts/{ => overwhelm}/templates/overwhelm-controller-manager-deployment.yaml (100%) rename .charts/{ => overwhelm}/templates/overwhelm-controller-manager-metrics-service-svc.yaml (100%) rename .charts/{ => overwhelm}/templates/overwhelm-controller-manager-sa.yaml (100%) rename .charts/{ => overwhelm}/templates/overwhelm-leader-election-role-role.yaml (100%) rename .charts/{ => overwhelm}/templates/overwhelm-leader-election-rolebinding-rb.yaml (100%) rename .charts/{ => overwhelm}/templates/overwhelm-manager-config-cm.yaml (100%) rename .charts/{ => overwhelm}/templates/overwhelm-manager-role-cr.yaml (100%) rename .charts/{ => overwhelm}/templates/overwhelm-manager-rolebinding-crb.yaml (100%) rename .charts/{ => overwhelm}/templates/overwhelm-metrics-reader-cr.yaml (100%) rename .charts/{ => overwhelm}/templates/overwhelm-proxy-role-cr.yaml (100%) rename .charts/{ => overwhelm}/templates/overwhelm-proxy-rolebinding-crb.yaml (100%) rename .charts/{ => overwhelm}/templates/overwhelm-system-namespace.yaml (100%) rename .charts/{ => overwhelm}/values.yaml (100%) diff --git a/.charts/Chart.yaml b/.charts/overwhelm/Chart.yaml similarity index 100% rename from .charts/Chart.yaml rename to .charts/overwhelm/Chart.yaml diff --git a/.charts/templates/applications.core.expediagroup.com-crd.yaml b/.charts/overwhelm/templates/applications.core.expediagroup.com-crd.yaml similarity index 100% rename from .charts/templates/applications.core.expediagroup.com-crd.yaml rename to .charts/overwhelm/templates/applications.core.expediagroup.com-crd.yaml diff --git a/.charts/templates/overwhelm-controller-manager-deployment.yaml b/.charts/overwhelm/templates/overwhelm-controller-manager-deployment.yaml similarity index 100% rename from .charts/templates/overwhelm-controller-manager-deployment.yaml rename to .charts/overwhelm/templates/overwhelm-controller-manager-deployment.yaml diff --git a/.charts/templates/overwhelm-controller-manager-metrics-service-svc.yaml b/.charts/overwhelm/templates/overwhelm-controller-manager-metrics-service-svc.yaml similarity index 100% rename from .charts/templates/overwhelm-controller-manager-metrics-service-svc.yaml rename to .charts/overwhelm/templates/overwhelm-controller-manager-metrics-service-svc.yaml diff --git a/.charts/templates/overwhelm-controller-manager-sa.yaml b/.charts/overwhelm/templates/overwhelm-controller-manager-sa.yaml similarity index 100% rename from .charts/templates/overwhelm-controller-manager-sa.yaml rename to .charts/overwhelm/templates/overwhelm-controller-manager-sa.yaml diff --git a/.charts/templates/overwhelm-leader-election-role-role.yaml b/.charts/overwhelm/templates/overwhelm-leader-election-role-role.yaml similarity index 100% rename from .charts/templates/overwhelm-leader-election-role-role.yaml rename to .charts/overwhelm/templates/overwhelm-leader-election-role-role.yaml diff --git a/.charts/templates/overwhelm-leader-election-rolebinding-rb.yaml b/.charts/overwhelm/templates/overwhelm-leader-election-rolebinding-rb.yaml similarity index 100% rename from .charts/templates/overwhelm-leader-election-rolebinding-rb.yaml rename to .charts/overwhelm/templates/overwhelm-leader-election-rolebinding-rb.yaml diff --git a/.charts/templates/overwhelm-manager-config-cm.yaml b/.charts/overwhelm/templates/overwhelm-manager-config-cm.yaml similarity index 100% rename from .charts/templates/overwhelm-manager-config-cm.yaml rename to .charts/overwhelm/templates/overwhelm-manager-config-cm.yaml diff --git a/.charts/templates/overwhelm-manager-role-cr.yaml b/.charts/overwhelm/templates/overwhelm-manager-role-cr.yaml similarity index 100% rename from .charts/templates/overwhelm-manager-role-cr.yaml rename to .charts/overwhelm/templates/overwhelm-manager-role-cr.yaml diff --git a/.charts/templates/overwhelm-manager-rolebinding-crb.yaml b/.charts/overwhelm/templates/overwhelm-manager-rolebinding-crb.yaml similarity index 100% rename from .charts/templates/overwhelm-manager-rolebinding-crb.yaml rename to .charts/overwhelm/templates/overwhelm-manager-rolebinding-crb.yaml diff --git a/.charts/templates/overwhelm-metrics-reader-cr.yaml b/.charts/overwhelm/templates/overwhelm-metrics-reader-cr.yaml similarity index 100% rename from .charts/templates/overwhelm-metrics-reader-cr.yaml rename to .charts/overwhelm/templates/overwhelm-metrics-reader-cr.yaml diff --git a/.charts/templates/overwhelm-proxy-role-cr.yaml b/.charts/overwhelm/templates/overwhelm-proxy-role-cr.yaml similarity index 100% rename from .charts/templates/overwhelm-proxy-role-cr.yaml rename to .charts/overwhelm/templates/overwhelm-proxy-role-cr.yaml diff --git a/.charts/templates/overwhelm-proxy-rolebinding-crb.yaml b/.charts/overwhelm/templates/overwhelm-proxy-rolebinding-crb.yaml similarity index 100% rename from .charts/templates/overwhelm-proxy-rolebinding-crb.yaml rename to .charts/overwhelm/templates/overwhelm-proxy-rolebinding-crb.yaml diff --git a/.charts/templates/overwhelm-system-namespace.yaml b/.charts/overwhelm/templates/overwhelm-system-namespace.yaml similarity index 100% rename from .charts/templates/overwhelm-system-namespace.yaml rename to .charts/overwhelm/templates/overwhelm-system-namespace.yaml diff --git a/.charts/values.yaml b/.charts/overwhelm/values.yaml similarity index 100% rename from .charts/values.yaml rename to .charts/overwhelm/values.yaml