diff --git a/charts/operator/operator/.helmignore b/charts/operator/.helmignore similarity index 100% rename from charts/operator/operator/.helmignore rename to charts/operator/.helmignore diff --git a/charts/operator/operator/Chart.lock b/charts/operator/Chart.lock similarity index 100% rename from charts/operator/operator/Chart.lock rename to charts/operator/Chart.lock diff --git a/charts/operator/operator/Chart.yaml b/charts/operator/Chart.yaml similarity index 100% rename from charts/operator/operator/Chart.yaml rename to charts/operator/Chart.yaml diff --git a/charts/operator/operator/README.md b/charts/operator/README.md similarity index 100% rename from charts/operator/operator/README.md rename to charts/operator/README.md diff --git a/charts/operator/operator/templates/NOTES.txt b/charts/operator/templates/NOTES.txt similarity index 100% rename from charts/operator/operator/templates/NOTES.txt rename to charts/operator/templates/NOTES.txt diff --git a/charts/operator/operator/templates/_certificate.tpl b/charts/operator/templates/_certificate.tpl similarity index 100% rename from charts/operator/operator/templates/_certificate.tpl rename to charts/operator/templates/_certificate.tpl diff --git a/charts/operator/operator/templates/_helpers.tpl b/charts/operator/templates/_helpers.tpl similarity index 100% rename from charts/operator/operator/templates/_helpers.tpl rename to charts/operator/templates/_helpers.tpl diff --git a/charts/operator/operator/templates/admissionwebhook.yaml b/charts/operator/templates/admissionwebhook.yaml similarity index 100% rename from charts/operator/operator/templates/admissionwebhook.yaml rename to charts/operator/templates/admissionwebhook.yaml diff --git a/charts/operator/operator/templates/clusterrolebinding.yaml b/charts/operator/templates/clusterrolebinding.yaml similarity index 100% rename from charts/operator/operator/templates/clusterrolebinding.yaml rename to charts/operator/templates/clusterrolebinding.yaml diff --git a/charts/operator/operator/templates/deployment.yaml b/charts/operator/templates/deployment.yaml similarity index 100% rename from charts/operator/operator/templates/deployment.yaml rename to charts/operator/templates/deployment.yaml diff --git a/charts/operator/operator/templates/extra-list.yaml b/charts/operator/templates/extra-list.yaml similarity index 100% rename from charts/operator/operator/templates/extra-list.yaml rename to charts/operator/templates/extra-list.yaml diff --git a/charts/operator/operator/templates/leader_election_role.yaml b/charts/operator/templates/leader_election_role.yaml similarity index 100% rename from charts/operator/operator/templates/leader_election_role.yaml rename to charts/operator/templates/leader_election_role.yaml diff --git a/charts/operator/operator/templates/role.yaml b/charts/operator/templates/role.yaml similarity index 100% rename from charts/operator/operator/templates/role.yaml rename to charts/operator/templates/role.yaml diff --git a/charts/operator/operator/templates/service-account.yaml b/charts/operator/templates/service-account.yaml similarity index 100% rename from charts/operator/operator/templates/service-account.yaml rename to charts/operator/templates/service-account.yaml diff --git a/charts/operator/operator/templates/service.yaml b/charts/operator/templates/service.yaml similarity index 100% rename from charts/operator/operator/templates/service.yaml rename to charts/operator/templates/service.yaml diff --git a/charts/operator/operator/templates/servicemonitor.yaml b/charts/operator/templates/servicemonitor.yaml similarity index 100% rename from charts/operator/operator/templates/servicemonitor.yaml rename to charts/operator/templates/servicemonitor.yaml diff --git a/charts/operator/operator/templates/webhook-cert.yaml b/charts/operator/templates/webhook-cert.yaml similarity index 100% rename from charts/operator/operator/templates/webhook-cert.yaml rename to charts/operator/templates/webhook-cert.yaml diff --git a/charts/operator/operator/values.yaml b/charts/operator/values.yaml similarity index 100% rename from charts/operator/operator/values.yaml rename to charts/operator/values.yaml