From 910b0360e268cb13d15a92aa8d23f6c0496c7300 Mon Sep 17 00:00:00 2001 From: aguyot-ensae Date: Fri, 12 Apr 2024 11:31:07 +0200 Subject: [PATCH] modification arborescence charts --- {wordpress => charts/wordpress}/.helmignore | 0 {wordpress => charts/wordpress}/Chart.lock | 0 {wordpress => charts/wordpress}/Chart.yaml | 0 {wordpress => charts/wordpress}/README.md | 0 {wordpress => charts/wordpress}/templates/NOTES.txt | 0 {wordpress => charts/wordpress}/templates/_helpers.tpl | 0 {wordpress => charts/wordpress}/templates/config-secret.yaml | 0 {wordpress => charts/wordpress}/templates/deployment.yaml | 0 {wordpress => charts/wordpress}/templates/externaldb-secrets.yaml | 0 {wordpress => charts/wordpress}/templates/extra-list.yaml | 0 {wordpress => charts/wordpress}/templates/hpa.yaml | 0 {wordpress => charts/wordpress}/templates/httpd-configmap.yaml | 0 {wordpress => charts/wordpress}/templates/ingress.yaml | 0 {wordpress => charts/wordpress}/templates/metrics-svc.yaml | 0 .../wordpress}/templates/networkpolicy-backend-ingress.yaml | 0 .../wordpress}/templates/networkpolicy-egress.yaml | 0 .../wordpress}/templates/networkpolicy-ingress.yaml | 0 {wordpress => charts/wordpress}/templates/pdb.yaml | 0 {wordpress => charts/wordpress}/templates/postinit-configmap.yaml | 0 {wordpress => charts/wordpress}/templates/pvc.yaml | 0 {wordpress => charts/wordpress}/templates/secrets.yaml | 0 {wordpress => charts/wordpress}/templates/serviceaccount.yaml | 0 {wordpress => charts/wordpress}/templates/servicemonitor.yaml | 0 {wordpress => charts/wordpress}/templates/svc.yaml | 0 {wordpress => charts/wordpress}/templates/tls-secrets.yaml | 0 {wordpress => charts/wordpress}/values.schema.json | 0 {wordpress => charts/wordpress}/values.yaml | 0 27 files changed, 0 insertions(+), 0 deletions(-) rename {wordpress => charts/wordpress}/.helmignore (100%) rename {wordpress => charts/wordpress}/Chart.lock (100%) rename {wordpress => charts/wordpress}/Chart.yaml (100%) rename {wordpress => charts/wordpress}/README.md (100%) rename {wordpress => charts/wordpress}/templates/NOTES.txt (100%) rename {wordpress => charts/wordpress}/templates/_helpers.tpl (100%) rename {wordpress => charts/wordpress}/templates/config-secret.yaml (100%) rename {wordpress => charts/wordpress}/templates/deployment.yaml (100%) rename {wordpress => charts/wordpress}/templates/externaldb-secrets.yaml (100%) rename {wordpress => charts/wordpress}/templates/extra-list.yaml (100%) rename {wordpress => charts/wordpress}/templates/hpa.yaml (100%) rename {wordpress => charts/wordpress}/templates/httpd-configmap.yaml (100%) rename {wordpress => charts/wordpress}/templates/ingress.yaml (100%) rename {wordpress => charts/wordpress}/templates/metrics-svc.yaml (100%) rename {wordpress => charts/wordpress}/templates/networkpolicy-backend-ingress.yaml (100%) rename {wordpress => charts/wordpress}/templates/networkpolicy-egress.yaml (100%) rename {wordpress => charts/wordpress}/templates/networkpolicy-ingress.yaml (100%) rename {wordpress => charts/wordpress}/templates/pdb.yaml (100%) rename {wordpress => charts/wordpress}/templates/postinit-configmap.yaml (100%) rename {wordpress => charts/wordpress}/templates/pvc.yaml (100%) rename {wordpress => charts/wordpress}/templates/secrets.yaml (100%) rename {wordpress => charts/wordpress}/templates/serviceaccount.yaml (100%) rename {wordpress => charts/wordpress}/templates/servicemonitor.yaml (100%) rename {wordpress => charts/wordpress}/templates/svc.yaml (100%) rename {wordpress => charts/wordpress}/templates/tls-secrets.yaml (100%) rename {wordpress => charts/wordpress}/values.schema.json (100%) rename {wordpress => charts/wordpress}/values.yaml (100%) diff --git a/wordpress/.helmignore b/charts/wordpress/.helmignore similarity index 100% rename from wordpress/.helmignore rename to charts/wordpress/.helmignore diff --git a/wordpress/Chart.lock b/charts/wordpress/Chart.lock similarity index 100% rename from wordpress/Chart.lock rename to charts/wordpress/Chart.lock diff --git a/wordpress/Chart.yaml b/charts/wordpress/Chart.yaml similarity index 100% rename from wordpress/Chart.yaml rename to charts/wordpress/Chart.yaml diff --git a/wordpress/README.md b/charts/wordpress/README.md similarity index 100% rename from wordpress/README.md rename to charts/wordpress/README.md diff --git a/wordpress/templates/NOTES.txt b/charts/wordpress/templates/NOTES.txt similarity index 100% rename from wordpress/templates/NOTES.txt rename to charts/wordpress/templates/NOTES.txt diff --git a/wordpress/templates/_helpers.tpl b/charts/wordpress/templates/_helpers.tpl similarity index 100% rename from wordpress/templates/_helpers.tpl rename to charts/wordpress/templates/_helpers.tpl diff --git a/wordpress/templates/config-secret.yaml b/charts/wordpress/templates/config-secret.yaml similarity index 100% rename from wordpress/templates/config-secret.yaml rename to charts/wordpress/templates/config-secret.yaml diff --git a/wordpress/templates/deployment.yaml b/charts/wordpress/templates/deployment.yaml similarity index 100% rename from wordpress/templates/deployment.yaml rename to charts/wordpress/templates/deployment.yaml diff --git a/wordpress/templates/externaldb-secrets.yaml b/charts/wordpress/templates/externaldb-secrets.yaml similarity index 100% rename from wordpress/templates/externaldb-secrets.yaml rename to charts/wordpress/templates/externaldb-secrets.yaml diff --git a/wordpress/templates/extra-list.yaml b/charts/wordpress/templates/extra-list.yaml similarity index 100% rename from wordpress/templates/extra-list.yaml rename to charts/wordpress/templates/extra-list.yaml diff --git a/wordpress/templates/hpa.yaml b/charts/wordpress/templates/hpa.yaml similarity index 100% rename from wordpress/templates/hpa.yaml rename to charts/wordpress/templates/hpa.yaml diff --git a/wordpress/templates/httpd-configmap.yaml b/charts/wordpress/templates/httpd-configmap.yaml similarity index 100% rename from wordpress/templates/httpd-configmap.yaml rename to charts/wordpress/templates/httpd-configmap.yaml diff --git a/wordpress/templates/ingress.yaml b/charts/wordpress/templates/ingress.yaml similarity index 100% rename from wordpress/templates/ingress.yaml rename to charts/wordpress/templates/ingress.yaml diff --git a/wordpress/templates/metrics-svc.yaml b/charts/wordpress/templates/metrics-svc.yaml similarity index 100% rename from wordpress/templates/metrics-svc.yaml rename to charts/wordpress/templates/metrics-svc.yaml diff --git a/wordpress/templates/networkpolicy-backend-ingress.yaml b/charts/wordpress/templates/networkpolicy-backend-ingress.yaml similarity index 100% rename from wordpress/templates/networkpolicy-backend-ingress.yaml rename to charts/wordpress/templates/networkpolicy-backend-ingress.yaml diff --git a/wordpress/templates/networkpolicy-egress.yaml b/charts/wordpress/templates/networkpolicy-egress.yaml similarity index 100% rename from wordpress/templates/networkpolicy-egress.yaml rename to charts/wordpress/templates/networkpolicy-egress.yaml diff --git a/wordpress/templates/networkpolicy-ingress.yaml b/charts/wordpress/templates/networkpolicy-ingress.yaml similarity index 100% rename from wordpress/templates/networkpolicy-ingress.yaml rename to charts/wordpress/templates/networkpolicy-ingress.yaml diff --git a/wordpress/templates/pdb.yaml b/charts/wordpress/templates/pdb.yaml similarity index 100% rename from wordpress/templates/pdb.yaml rename to charts/wordpress/templates/pdb.yaml diff --git a/wordpress/templates/postinit-configmap.yaml b/charts/wordpress/templates/postinit-configmap.yaml similarity index 100% rename from wordpress/templates/postinit-configmap.yaml rename to charts/wordpress/templates/postinit-configmap.yaml diff --git a/wordpress/templates/pvc.yaml b/charts/wordpress/templates/pvc.yaml similarity index 100% rename from wordpress/templates/pvc.yaml rename to charts/wordpress/templates/pvc.yaml diff --git a/wordpress/templates/secrets.yaml b/charts/wordpress/templates/secrets.yaml similarity index 100% rename from wordpress/templates/secrets.yaml rename to charts/wordpress/templates/secrets.yaml diff --git a/wordpress/templates/serviceaccount.yaml b/charts/wordpress/templates/serviceaccount.yaml similarity index 100% rename from wordpress/templates/serviceaccount.yaml rename to charts/wordpress/templates/serviceaccount.yaml diff --git a/wordpress/templates/servicemonitor.yaml b/charts/wordpress/templates/servicemonitor.yaml similarity index 100% rename from wordpress/templates/servicemonitor.yaml rename to charts/wordpress/templates/servicemonitor.yaml diff --git a/wordpress/templates/svc.yaml b/charts/wordpress/templates/svc.yaml similarity index 100% rename from wordpress/templates/svc.yaml rename to charts/wordpress/templates/svc.yaml diff --git a/wordpress/templates/tls-secrets.yaml b/charts/wordpress/templates/tls-secrets.yaml similarity index 100% rename from wordpress/templates/tls-secrets.yaml rename to charts/wordpress/templates/tls-secrets.yaml diff --git a/wordpress/values.schema.json b/charts/wordpress/values.schema.json similarity index 100% rename from wordpress/values.schema.json rename to charts/wordpress/values.schema.json diff --git a/wordpress/values.yaml b/charts/wordpress/values.yaml similarity index 100% rename from wordpress/values.yaml rename to charts/wordpress/values.yaml