From d86dafe45bdceafddd9ee0c9819dc5e9ff262ad3 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Thu, 1 Jun 2023 15:03:09 -0500 Subject: [PATCH] Moved to /charts. --- {deploy => charts}/dnsimple/.helmignore | 0 {deploy => charts}/dnsimple/Chart.yaml | 0 {deploy => charts}/dnsimple/templates/NOTES.txt | 0 {deploy => charts}/dnsimple/templates/_helpers.tpl | 0 {deploy => charts}/dnsimple/templates/apiservice.yaml | 0 {deploy => charts}/dnsimple/templates/deployment.yaml | 0 {deploy => charts}/dnsimple/templates/pki.yaml | 0 {deploy => charts}/dnsimple/templates/rbac.yaml | 0 {deploy => charts}/dnsimple/templates/service.yaml | 0 {deploy => charts}/dnsimple/values.yaml | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename {deploy => charts}/dnsimple/.helmignore (100%) rename {deploy => charts}/dnsimple/Chart.yaml (100%) rename {deploy => charts}/dnsimple/templates/NOTES.txt (100%) rename {deploy => charts}/dnsimple/templates/_helpers.tpl (100%) rename {deploy => charts}/dnsimple/templates/apiservice.yaml (100%) rename {deploy => charts}/dnsimple/templates/deployment.yaml (100%) rename {deploy => charts}/dnsimple/templates/pki.yaml (100%) rename {deploy => charts}/dnsimple/templates/rbac.yaml (100%) rename {deploy => charts}/dnsimple/templates/service.yaml (100%) rename {deploy => charts}/dnsimple/values.yaml (100%) diff --git a/deploy/dnsimple/.helmignore b/charts/dnsimple/.helmignore similarity index 100% rename from deploy/dnsimple/.helmignore rename to charts/dnsimple/.helmignore diff --git a/deploy/dnsimple/Chart.yaml b/charts/dnsimple/Chart.yaml similarity index 100% rename from deploy/dnsimple/Chart.yaml rename to charts/dnsimple/Chart.yaml diff --git a/deploy/dnsimple/templates/NOTES.txt b/charts/dnsimple/templates/NOTES.txt similarity index 100% rename from deploy/dnsimple/templates/NOTES.txt rename to charts/dnsimple/templates/NOTES.txt diff --git a/deploy/dnsimple/templates/_helpers.tpl b/charts/dnsimple/templates/_helpers.tpl similarity index 100% rename from deploy/dnsimple/templates/_helpers.tpl rename to charts/dnsimple/templates/_helpers.tpl diff --git a/deploy/dnsimple/templates/apiservice.yaml b/charts/dnsimple/templates/apiservice.yaml similarity index 100% rename from deploy/dnsimple/templates/apiservice.yaml rename to charts/dnsimple/templates/apiservice.yaml diff --git a/deploy/dnsimple/templates/deployment.yaml b/charts/dnsimple/templates/deployment.yaml similarity index 100% rename from deploy/dnsimple/templates/deployment.yaml rename to charts/dnsimple/templates/deployment.yaml diff --git a/deploy/dnsimple/templates/pki.yaml b/charts/dnsimple/templates/pki.yaml similarity index 100% rename from deploy/dnsimple/templates/pki.yaml rename to charts/dnsimple/templates/pki.yaml diff --git a/deploy/dnsimple/templates/rbac.yaml b/charts/dnsimple/templates/rbac.yaml similarity index 100% rename from deploy/dnsimple/templates/rbac.yaml rename to charts/dnsimple/templates/rbac.yaml diff --git a/deploy/dnsimple/templates/service.yaml b/charts/dnsimple/templates/service.yaml similarity index 100% rename from deploy/dnsimple/templates/service.yaml rename to charts/dnsimple/templates/service.yaml diff --git a/deploy/dnsimple/values.yaml b/charts/dnsimple/values.yaml similarity index 100% rename from deploy/dnsimple/values.yaml rename to charts/dnsimple/values.yaml