From 7eeff1d8a1db455e25b4335db647bf273a2e9e5a Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 23 Aug 2021 13:37:09 -0700 Subject: [PATCH] rename directory --- k8s/{seaweedfs => helm_charts2}/.helmignore | 0 k8s/{seaweedfs => helm_charts2}/Chart.yaml | 0 .../dashboards/seaweedfs-grafana-dashboard.json | 0 k8s/{seaweedfs => helm_charts2}/templates/_helpers.tpl | 0 k8s/{seaweedfs => helm_charts2}/templates/ca-cert.yaml | 0 k8s/{seaweedfs => helm_charts2}/templates/cert-clusterissuer.yaml | 0 k8s/{seaweedfs => helm_charts2}/templates/client-cert.yaml | 0 k8s/{seaweedfs => helm_charts2}/templates/cronjob.yaml | 0 k8s/{seaweedfs => helm_charts2}/templates/filer-cert.yaml | 0 .../templates/filer-service-client.yaml | 0 k8s/{seaweedfs => helm_charts2}/templates/filer-service.yaml | 0 .../templates/filer-servicemonitor.yaml | 0 k8s/{seaweedfs => helm_charts2}/templates/filer-statefulset.yaml | 0 k8s/{seaweedfs => helm_charts2}/templates/ingress.yaml | 0 k8s/{seaweedfs => helm_charts2}/templates/master-cert.yaml | 0 k8s/{seaweedfs => helm_charts2}/templates/master-service.yaml | 0 k8s/{seaweedfs => helm_charts2}/templates/master-statefulset.yaml | 0 k8s/{seaweedfs => helm_charts2}/templates/s3-deployment.yaml | 0 k8s/{seaweedfs => helm_charts2}/templates/s3-service.yaml | 0 k8s/{seaweedfs => helm_charts2}/templates/s3-servicemonitor.yaml | 0 .../templates/seaweedfs-grafana-dashboard.yaml | 0 .../templates/seaweedfs-s3-secret.yaml | 0 .../templates/secret-seaweedfs-db.yaml | 0 k8s/{seaweedfs => helm_charts2}/templates/security-configmap.yaml | 0 k8s/{seaweedfs => helm_charts2}/templates/service-account.yaml | 0 k8s/{seaweedfs => helm_charts2}/templates/volume-cert.yaml | 0 k8s/{seaweedfs => helm_charts2}/templates/volume-service.yaml | 0 .../templates/volume-servicemonitor.yaml | 0 k8s/{seaweedfs => helm_charts2}/templates/volume-statefulset.yaml | 0 k8s/{seaweedfs => helm_charts2}/values.yaml | 0 30 files changed, 0 insertions(+), 0 deletions(-) rename k8s/{seaweedfs => helm_charts2}/.helmignore (100%) rename k8s/{seaweedfs => helm_charts2}/Chart.yaml (100%) rename k8s/{seaweedfs => helm_charts2}/dashboards/seaweedfs-grafana-dashboard.json (100%) rename k8s/{seaweedfs => helm_charts2}/templates/_helpers.tpl (100%) rename k8s/{seaweedfs => helm_charts2}/templates/ca-cert.yaml (100%) rename k8s/{seaweedfs => helm_charts2}/templates/cert-clusterissuer.yaml (100%) rename k8s/{seaweedfs => helm_charts2}/templates/client-cert.yaml (100%) rename k8s/{seaweedfs => helm_charts2}/templates/cronjob.yaml (100%) rename k8s/{seaweedfs => helm_charts2}/templates/filer-cert.yaml (100%) rename k8s/{seaweedfs => helm_charts2}/templates/filer-service-client.yaml (100%) rename k8s/{seaweedfs => helm_charts2}/templates/filer-service.yaml (100%) rename k8s/{seaweedfs => helm_charts2}/templates/filer-servicemonitor.yaml (100%) rename k8s/{seaweedfs => helm_charts2}/templates/filer-statefulset.yaml (100%) rename k8s/{seaweedfs => helm_charts2}/templates/ingress.yaml (100%) rename k8s/{seaweedfs => helm_charts2}/templates/master-cert.yaml (100%) rename k8s/{seaweedfs => helm_charts2}/templates/master-service.yaml (100%) rename k8s/{seaweedfs => helm_charts2}/templates/master-statefulset.yaml (100%) rename k8s/{seaweedfs => helm_charts2}/templates/s3-deployment.yaml (100%) rename k8s/{seaweedfs => helm_charts2}/templates/s3-service.yaml (100%) rename k8s/{seaweedfs => helm_charts2}/templates/s3-servicemonitor.yaml (100%) rename k8s/{seaweedfs => helm_charts2}/templates/seaweedfs-grafana-dashboard.yaml (100%) rename k8s/{seaweedfs => helm_charts2}/templates/seaweedfs-s3-secret.yaml (100%) rename k8s/{seaweedfs => helm_charts2}/templates/secret-seaweedfs-db.yaml (100%) rename k8s/{seaweedfs => helm_charts2}/templates/security-configmap.yaml (100%) rename k8s/{seaweedfs => helm_charts2}/templates/service-account.yaml (100%) rename k8s/{seaweedfs => helm_charts2}/templates/volume-cert.yaml (100%) rename k8s/{seaweedfs => helm_charts2}/templates/volume-service.yaml (100%) rename k8s/{seaweedfs => helm_charts2}/templates/volume-servicemonitor.yaml (100%) rename k8s/{seaweedfs => helm_charts2}/templates/volume-statefulset.yaml (100%) rename k8s/{seaweedfs => helm_charts2}/values.yaml (100%) diff --git a/k8s/seaweedfs/.helmignore b/k8s/helm_charts2/.helmignore similarity index 100% rename from k8s/seaweedfs/.helmignore rename to k8s/helm_charts2/.helmignore diff --git a/k8s/seaweedfs/Chart.yaml b/k8s/helm_charts2/Chart.yaml similarity index 100% rename from k8s/seaweedfs/Chart.yaml rename to k8s/helm_charts2/Chart.yaml diff --git a/k8s/seaweedfs/dashboards/seaweedfs-grafana-dashboard.json b/k8s/helm_charts2/dashboards/seaweedfs-grafana-dashboard.json similarity index 100% rename from k8s/seaweedfs/dashboards/seaweedfs-grafana-dashboard.json rename to k8s/helm_charts2/dashboards/seaweedfs-grafana-dashboard.json diff --git a/k8s/seaweedfs/templates/_helpers.tpl b/k8s/helm_charts2/templates/_helpers.tpl similarity index 100% rename from k8s/seaweedfs/templates/_helpers.tpl rename to k8s/helm_charts2/templates/_helpers.tpl diff --git a/k8s/seaweedfs/templates/ca-cert.yaml b/k8s/helm_charts2/templates/ca-cert.yaml similarity index 100% rename from k8s/seaweedfs/templates/ca-cert.yaml rename to k8s/helm_charts2/templates/ca-cert.yaml diff --git a/k8s/seaweedfs/templates/cert-clusterissuer.yaml b/k8s/helm_charts2/templates/cert-clusterissuer.yaml similarity index 100% rename from k8s/seaweedfs/templates/cert-clusterissuer.yaml rename to k8s/helm_charts2/templates/cert-clusterissuer.yaml diff --git a/k8s/seaweedfs/templates/client-cert.yaml b/k8s/helm_charts2/templates/client-cert.yaml similarity index 100% rename from k8s/seaweedfs/templates/client-cert.yaml rename to k8s/helm_charts2/templates/client-cert.yaml diff --git a/k8s/seaweedfs/templates/cronjob.yaml b/k8s/helm_charts2/templates/cronjob.yaml similarity index 100% rename from k8s/seaweedfs/templates/cronjob.yaml rename to k8s/helm_charts2/templates/cronjob.yaml diff --git a/k8s/seaweedfs/templates/filer-cert.yaml b/k8s/helm_charts2/templates/filer-cert.yaml similarity index 100% rename from k8s/seaweedfs/templates/filer-cert.yaml rename to k8s/helm_charts2/templates/filer-cert.yaml diff --git a/k8s/seaweedfs/templates/filer-service-client.yaml b/k8s/helm_charts2/templates/filer-service-client.yaml similarity index 100% rename from k8s/seaweedfs/templates/filer-service-client.yaml rename to k8s/helm_charts2/templates/filer-service-client.yaml diff --git a/k8s/seaweedfs/templates/filer-service.yaml b/k8s/helm_charts2/templates/filer-service.yaml similarity index 100% rename from k8s/seaweedfs/templates/filer-service.yaml rename to k8s/helm_charts2/templates/filer-service.yaml diff --git a/k8s/seaweedfs/templates/filer-servicemonitor.yaml b/k8s/helm_charts2/templates/filer-servicemonitor.yaml similarity index 100% rename from k8s/seaweedfs/templates/filer-servicemonitor.yaml rename to k8s/helm_charts2/templates/filer-servicemonitor.yaml diff --git a/k8s/seaweedfs/templates/filer-statefulset.yaml b/k8s/helm_charts2/templates/filer-statefulset.yaml similarity index 100% rename from k8s/seaweedfs/templates/filer-statefulset.yaml rename to k8s/helm_charts2/templates/filer-statefulset.yaml diff --git a/k8s/seaweedfs/templates/ingress.yaml b/k8s/helm_charts2/templates/ingress.yaml similarity index 100% rename from k8s/seaweedfs/templates/ingress.yaml rename to k8s/helm_charts2/templates/ingress.yaml diff --git a/k8s/seaweedfs/templates/master-cert.yaml b/k8s/helm_charts2/templates/master-cert.yaml similarity index 100% rename from k8s/seaweedfs/templates/master-cert.yaml rename to k8s/helm_charts2/templates/master-cert.yaml diff --git a/k8s/seaweedfs/templates/master-service.yaml b/k8s/helm_charts2/templates/master-service.yaml similarity index 100% rename from k8s/seaweedfs/templates/master-service.yaml rename to k8s/helm_charts2/templates/master-service.yaml diff --git a/k8s/seaweedfs/templates/master-statefulset.yaml b/k8s/helm_charts2/templates/master-statefulset.yaml similarity index 100% rename from k8s/seaweedfs/templates/master-statefulset.yaml rename to k8s/helm_charts2/templates/master-statefulset.yaml diff --git a/k8s/seaweedfs/templates/s3-deployment.yaml b/k8s/helm_charts2/templates/s3-deployment.yaml similarity index 100% rename from k8s/seaweedfs/templates/s3-deployment.yaml rename to k8s/helm_charts2/templates/s3-deployment.yaml diff --git a/k8s/seaweedfs/templates/s3-service.yaml b/k8s/helm_charts2/templates/s3-service.yaml similarity index 100% rename from k8s/seaweedfs/templates/s3-service.yaml rename to k8s/helm_charts2/templates/s3-service.yaml diff --git a/k8s/seaweedfs/templates/s3-servicemonitor.yaml b/k8s/helm_charts2/templates/s3-servicemonitor.yaml similarity index 100% rename from k8s/seaweedfs/templates/s3-servicemonitor.yaml rename to k8s/helm_charts2/templates/s3-servicemonitor.yaml diff --git a/k8s/seaweedfs/templates/seaweedfs-grafana-dashboard.yaml b/k8s/helm_charts2/templates/seaweedfs-grafana-dashboard.yaml similarity index 100% rename from k8s/seaweedfs/templates/seaweedfs-grafana-dashboard.yaml rename to k8s/helm_charts2/templates/seaweedfs-grafana-dashboard.yaml diff --git a/k8s/seaweedfs/templates/seaweedfs-s3-secret.yaml b/k8s/helm_charts2/templates/seaweedfs-s3-secret.yaml similarity index 100% rename from k8s/seaweedfs/templates/seaweedfs-s3-secret.yaml rename to k8s/helm_charts2/templates/seaweedfs-s3-secret.yaml diff --git a/k8s/seaweedfs/templates/secret-seaweedfs-db.yaml b/k8s/helm_charts2/templates/secret-seaweedfs-db.yaml similarity index 100% rename from k8s/seaweedfs/templates/secret-seaweedfs-db.yaml rename to k8s/helm_charts2/templates/secret-seaweedfs-db.yaml diff --git a/k8s/seaweedfs/templates/security-configmap.yaml b/k8s/helm_charts2/templates/security-configmap.yaml similarity index 100% rename from k8s/seaweedfs/templates/security-configmap.yaml rename to k8s/helm_charts2/templates/security-configmap.yaml diff --git a/k8s/seaweedfs/templates/service-account.yaml b/k8s/helm_charts2/templates/service-account.yaml similarity index 100% rename from k8s/seaweedfs/templates/service-account.yaml rename to k8s/helm_charts2/templates/service-account.yaml diff --git a/k8s/seaweedfs/templates/volume-cert.yaml b/k8s/helm_charts2/templates/volume-cert.yaml similarity index 100% rename from k8s/seaweedfs/templates/volume-cert.yaml rename to k8s/helm_charts2/templates/volume-cert.yaml diff --git a/k8s/seaweedfs/templates/volume-service.yaml b/k8s/helm_charts2/templates/volume-service.yaml similarity index 100% rename from k8s/seaweedfs/templates/volume-service.yaml rename to k8s/helm_charts2/templates/volume-service.yaml diff --git a/k8s/seaweedfs/templates/volume-servicemonitor.yaml b/k8s/helm_charts2/templates/volume-servicemonitor.yaml similarity index 100% rename from k8s/seaweedfs/templates/volume-servicemonitor.yaml rename to k8s/helm_charts2/templates/volume-servicemonitor.yaml diff --git a/k8s/seaweedfs/templates/volume-statefulset.yaml b/k8s/helm_charts2/templates/volume-statefulset.yaml similarity index 100% rename from k8s/seaweedfs/templates/volume-statefulset.yaml rename to k8s/helm_charts2/templates/volume-statefulset.yaml diff --git a/k8s/seaweedfs/values.yaml b/k8s/helm_charts2/values.yaml similarity index 100% rename from k8s/seaweedfs/values.yaml rename to k8s/helm_charts2/values.yaml