From e5b366148b715a9cbdc90d22c055de503beee466 Mon Sep 17 00:00:00 2001 From: George Tsigourakos Date: Tue, 27 Feb 2024 13:34:05 +0200 Subject: [PATCH] Move to charts folder --- {falcon-crowdstrike => charts/falcon-crowdstrike}/.helmignore | 0 {falcon-crowdstrike => charts/falcon-crowdstrike}/Chart.yaml | 0 .../falcon-crowdstrike}/templates/NOTES.txt | 0 .../falcon-crowdstrike}/templates/_helpers.tpl | 0 .../falcon-crowdstrike}/templates/deployment.yaml | 0 .../falcon-crowdstrike}/templates/hpa.yaml | 0 .../falcon-crowdstrike}/templates/service.yaml | 0 .../falcon-crowdstrike}/templates/serviceaccount.yaml | 0 {falcon-crowdstrike => charts/falcon-crowdstrike}/values.yaml | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {falcon-crowdstrike => charts/falcon-crowdstrike}/.helmignore (100%) rename {falcon-crowdstrike => charts/falcon-crowdstrike}/Chart.yaml (100%) rename {falcon-crowdstrike => charts/falcon-crowdstrike}/templates/NOTES.txt (100%) rename {falcon-crowdstrike => charts/falcon-crowdstrike}/templates/_helpers.tpl (100%) rename {falcon-crowdstrike => charts/falcon-crowdstrike}/templates/deployment.yaml (100%) rename {falcon-crowdstrike => charts/falcon-crowdstrike}/templates/hpa.yaml (100%) rename {falcon-crowdstrike => charts/falcon-crowdstrike}/templates/service.yaml (100%) rename {falcon-crowdstrike => charts/falcon-crowdstrike}/templates/serviceaccount.yaml (100%) rename {falcon-crowdstrike => charts/falcon-crowdstrike}/values.yaml (100%) diff --git a/falcon-crowdstrike/.helmignore b/charts/falcon-crowdstrike/.helmignore similarity index 100% rename from falcon-crowdstrike/.helmignore rename to charts/falcon-crowdstrike/.helmignore diff --git a/falcon-crowdstrike/Chart.yaml b/charts/falcon-crowdstrike/Chart.yaml similarity index 100% rename from falcon-crowdstrike/Chart.yaml rename to charts/falcon-crowdstrike/Chart.yaml diff --git a/falcon-crowdstrike/templates/NOTES.txt b/charts/falcon-crowdstrike/templates/NOTES.txt similarity index 100% rename from falcon-crowdstrike/templates/NOTES.txt rename to charts/falcon-crowdstrike/templates/NOTES.txt diff --git a/falcon-crowdstrike/templates/_helpers.tpl b/charts/falcon-crowdstrike/templates/_helpers.tpl similarity index 100% rename from falcon-crowdstrike/templates/_helpers.tpl rename to charts/falcon-crowdstrike/templates/_helpers.tpl diff --git a/falcon-crowdstrike/templates/deployment.yaml b/charts/falcon-crowdstrike/templates/deployment.yaml similarity index 100% rename from falcon-crowdstrike/templates/deployment.yaml rename to charts/falcon-crowdstrike/templates/deployment.yaml diff --git a/falcon-crowdstrike/templates/hpa.yaml b/charts/falcon-crowdstrike/templates/hpa.yaml similarity index 100% rename from falcon-crowdstrike/templates/hpa.yaml rename to charts/falcon-crowdstrike/templates/hpa.yaml diff --git a/falcon-crowdstrike/templates/service.yaml b/charts/falcon-crowdstrike/templates/service.yaml similarity index 100% rename from falcon-crowdstrike/templates/service.yaml rename to charts/falcon-crowdstrike/templates/service.yaml diff --git a/falcon-crowdstrike/templates/serviceaccount.yaml b/charts/falcon-crowdstrike/templates/serviceaccount.yaml similarity index 100% rename from falcon-crowdstrike/templates/serviceaccount.yaml rename to charts/falcon-crowdstrike/templates/serviceaccount.yaml diff --git a/falcon-crowdstrike/values.yaml b/charts/falcon-crowdstrike/values.yaml similarity index 100% rename from falcon-crowdstrike/values.yaml rename to charts/falcon-crowdstrike/values.yaml