diff --git a/apply_all_yamls.sh b/apply_all_yamls.sh index c3c1f60..3dc4086 100644 --- a/apply_all_yamls.sh +++ b/apply_all_yamls.sh @@ -3,4 +3,5 @@ #ls /etc/k8s/manifests/**/*.yaml | xargs -n 1 bash -c 'minikube kubectl -- apply -f $0' -ls /etc/k8s/manifests/**/*.yaml | xargs -n 1 bash -c 'kubectl apply -f $0' \ No newline at end of file +ls /etc/k8s/manifests/**/*.yaml | xargs -n 1 bash -c 'kubectl apply -f $0' + diff --git a/helm-charts/harbor/.helmignore b/check-charts/harbor/.helmignore similarity index 100% rename from helm-charts/harbor/.helmignore rename to check-charts/harbor/.helmignore diff --git a/helm-charts/harbor/Chart.yaml b/check-charts/harbor/Chart.yaml similarity index 100% rename from helm-charts/harbor/Chart.yaml rename to check-charts/harbor/Chart.yaml diff --git a/helm-charts/harbor/LICENSE b/check-charts/harbor/LICENSE similarity index 100% rename from helm-charts/harbor/LICENSE rename to check-charts/harbor/LICENSE diff --git a/helm-charts/harbor/README.md b/check-charts/harbor/README.md similarity index 100% rename from helm-charts/harbor/README.md rename to check-charts/harbor/README.md diff --git a/helm-charts/harbor/templates/NOTES.txt b/check-charts/harbor/templates/NOTES.txt similarity index 100% rename from helm-charts/harbor/templates/NOTES.txt rename to check-charts/harbor/templates/NOTES.txt diff --git a/helm-charts/harbor/templates/_helpers.tpl b/check-charts/harbor/templates/_helpers.tpl similarity index 100% rename from helm-charts/harbor/templates/_helpers.tpl rename to check-charts/harbor/templates/_helpers.tpl diff --git a/helm-charts/harbor/templates/core/core-cm.yaml b/check-charts/harbor/templates/core/core-cm.yaml similarity index 100% rename from helm-charts/harbor/templates/core/core-cm.yaml rename to check-charts/harbor/templates/core/core-cm.yaml diff --git a/helm-charts/harbor/templates/core/core-dpl.yaml b/check-charts/harbor/templates/core/core-dpl.yaml similarity index 100% rename from helm-charts/harbor/templates/core/core-dpl.yaml rename to check-charts/harbor/templates/core/core-dpl.yaml diff --git a/helm-charts/harbor/templates/core/core-pre-upgrade-job.yaml b/check-charts/harbor/templates/core/core-pre-upgrade-job.yaml similarity index 100% rename from helm-charts/harbor/templates/core/core-pre-upgrade-job.yaml rename to check-charts/harbor/templates/core/core-pre-upgrade-job.yaml diff --git a/helm-charts/harbor/templates/core/core-secret.yaml b/check-charts/harbor/templates/core/core-secret.yaml similarity index 100% rename from helm-charts/harbor/templates/core/core-secret.yaml rename to check-charts/harbor/templates/core/core-secret.yaml diff --git a/helm-charts/harbor/templates/core/core-svc.yaml b/check-charts/harbor/templates/core/core-svc.yaml similarity index 100% rename from helm-charts/harbor/templates/core/core-svc.yaml rename to check-charts/harbor/templates/core/core-svc.yaml diff --git a/helm-charts/harbor/templates/core/core-tls.yaml b/check-charts/harbor/templates/core/core-tls.yaml similarity index 100% rename from helm-charts/harbor/templates/core/core-tls.yaml rename to check-charts/harbor/templates/core/core-tls.yaml diff --git a/helm-charts/harbor/templates/database/database-secret.yaml b/check-charts/harbor/templates/database/database-secret.yaml similarity index 100% rename from helm-charts/harbor/templates/database/database-secret.yaml rename to check-charts/harbor/templates/database/database-secret.yaml diff --git a/helm-charts/harbor/templates/database/database-ss.yaml b/check-charts/harbor/templates/database/database-ss.yaml similarity index 100% rename from helm-charts/harbor/templates/database/database-ss.yaml rename to check-charts/harbor/templates/database/database-ss.yaml diff --git a/helm-charts/harbor/templates/database/database-svc.yaml b/check-charts/harbor/templates/database/database-svc.yaml similarity index 100% rename from helm-charts/harbor/templates/database/database-svc.yaml rename to check-charts/harbor/templates/database/database-svc.yaml diff --git a/helm-charts/harbor/templates/exporter/exporter-cm-env.yaml b/check-charts/harbor/templates/exporter/exporter-cm-env.yaml similarity index 100% rename from helm-charts/harbor/templates/exporter/exporter-cm-env.yaml rename to check-charts/harbor/templates/exporter/exporter-cm-env.yaml diff --git a/helm-charts/harbor/templates/exporter/exporter-dpl.yaml b/check-charts/harbor/templates/exporter/exporter-dpl.yaml similarity index 100% rename from helm-charts/harbor/templates/exporter/exporter-dpl.yaml rename to check-charts/harbor/templates/exporter/exporter-dpl.yaml diff --git a/helm-charts/harbor/templates/exporter/exporter-secret.yaml b/check-charts/harbor/templates/exporter/exporter-secret.yaml similarity index 100% rename from helm-charts/harbor/templates/exporter/exporter-secret.yaml rename to check-charts/harbor/templates/exporter/exporter-secret.yaml diff --git a/helm-charts/harbor/templates/exporter/exporter-svc.yaml b/check-charts/harbor/templates/exporter/exporter-svc.yaml similarity index 100% rename from helm-charts/harbor/templates/exporter/exporter-svc.yaml rename to check-charts/harbor/templates/exporter/exporter-svc.yaml diff --git a/helm-charts/harbor/templates/ingress/ingress.yaml b/check-charts/harbor/templates/ingress/ingress.yaml similarity index 100% rename from helm-charts/harbor/templates/ingress/ingress.yaml rename to check-charts/harbor/templates/ingress/ingress.yaml diff --git a/helm-charts/harbor/templates/ingress/secret.yaml b/check-charts/harbor/templates/ingress/secret.yaml similarity index 100% rename from helm-charts/harbor/templates/ingress/secret.yaml rename to check-charts/harbor/templates/ingress/secret.yaml diff --git a/helm-charts/harbor/templates/internal/auto-tls.yaml b/check-charts/harbor/templates/internal/auto-tls.yaml similarity index 100% rename from helm-charts/harbor/templates/internal/auto-tls.yaml rename to check-charts/harbor/templates/internal/auto-tls.yaml diff --git a/helm-charts/harbor/templates/jobservice/jobservice-cm-env.yaml b/check-charts/harbor/templates/jobservice/jobservice-cm-env.yaml similarity index 100% rename from helm-charts/harbor/templates/jobservice/jobservice-cm-env.yaml rename to check-charts/harbor/templates/jobservice/jobservice-cm-env.yaml diff --git a/helm-charts/harbor/templates/jobservice/jobservice-cm.yaml b/check-charts/harbor/templates/jobservice/jobservice-cm.yaml similarity index 100% rename from helm-charts/harbor/templates/jobservice/jobservice-cm.yaml rename to check-charts/harbor/templates/jobservice/jobservice-cm.yaml diff --git a/helm-charts/harbor/templates/jobservice/jobservice-dpl.yaml b/check-charts/harbor/templates/jobservice/jobservice-dpl.yaml similarity index 100% rename from helm-charts/harbor/templates/jobservice/jobservice-dpl.yaml rename to check-charts/harbor/templates/jobservice/jobservice-dpl.yaml diff --git a/helm-charts/harbor/templates/jobservice/jobservice-pvc.yaml b/check-charts/harbor/templates/jobservice/jobservice-pvc.yaml similarity index 100% rename from helm-charts/harbor/templates/jobservice/jobservice-pvc.yaml rename to check-charts/harbor/templates/jobservice/jobservice-pvc.yaml diff --git a/helm-charts/harbor/templates/jobservice/jobservice-secrets.yaml b/check-charts/harbor/templates/jobservice/jobservice-secrets.yaml similarity index 100% rename from helm-charts/harbor/templates/jobservice/jobservice-secrets.yaml rename to check-charts/harbor/templates/jobservice/jobservice-secrets.yaml diff --git a/helm-charts/harbor/templates/jobservice/jobservice-svc.yaml b/check-charts/harbor/templates/jobservice/jobservice-svc.yaml similarity index 100% rename from helm-charts/harbor/templates/jobservice/jobservice-svc.yaml rename to check-charts/harbor/templates/jobservice/jobservice-svc.yaml diff --git a/helm-charts/harbor/templates/jobservice/jobservice-tls.yaml b/check-charts/harbor/templates/jobservice/jobservice-tls.yaml similarity index 100% rename from helm-charts/harbor/templates/jobservice/jobservice-tls.yaml rename to check-charts/harbor/templates/jobservice/jobservice-tls.yaml diff --git a/helm-charts/harbor/templates/metrics/metrics-svcmon.yaml b/check-charts/harbor/templates/metrics/metrics-svcmon.yaml similarity index 100% rename from helm-charts/harbor/templates/metrics/metrics-svcmon.yaml rename to check-charts/harbor/templates/metrics/metrics-svcmon.yaml diff --git a/helm-charts/harbor/templates/nginx/configmap-http.yaml b/check-charts/harbor/templates/nginx/configmap-http.yaml similarity index 100% rename from helm-charts/harbor/templates/nginx/configmap-http.yaml rename to check-charts/harbor/templates/nginx/configmap-http.yaml diff --git a/helm-charts/harbor/templates/nginx/configmap-https.yaml b/check-charts/harbor/templates/nginx/configmap-https.yaml similarity index 100% rename from helm-charts/harbor/templates/nginx/configmap-https.yaml rename to check-charts/harbor/templates/nginx/configmap-https.yaml diff --git a/helm-charts/harbor/templates/nginx/deployment.yaml b/check-charts/harbor/templates/nginx/deployment.yaml similarity index 100% rename from helm-charts/harbor/templates/nginx/deployment.yaml rename to check-charts/harbor/templates/nginx/deployment.yaml diff --git a/helm-charts/harbor/templates/nginx/secret.yaml b/check-charts/harbor/templates/nginx/secret.yaml similarity index 100% rename from helm-charts/harbor/templates/nginx/secret.yaml rename to check-charts/harbor/templates/nginx/secret.yaml diff --git a/helm-charts/harbor/templates/nginx/service.yaml b/check-charts/harbor/templates/nginx/service.yaml similarity index 100% rename from helm-charts/harbor/templates/nginx/service.yaml rename to check-charts/harbor/templates/nginx/service.yaml diff --git a/helm-charts/harbor/templates/portal/configmap.yaml b/check-charts/harbor/templates/portal/configmap.yaml similarity index 100% rename from helm-charts/harbor/templates/portal/configmap.yaml rename to check-charts/harbor/templates/portal/configmap.yaml diff --git a/helm-charts/harbor/templates/portal/deployment.yaml b/check-charts/harbor/templates/portal/deployment.yaml similarity index 100% rename from helm-charts/harbor/templates/portal/deployment.yaml rename to check-charts/harbor/templates/portal/deployment.yaml diff --git a/helm-charts/harbor/templates/portal/service.yaml b/check-charts/harbor/templates/portal/service.yaml similarity index 100% rename from helm-charts/harbor/templates/portal/service.yaml rename to check-charts/harbor/templates/portal/service.yaml diff --git a/helm-charts/harbor/templates/portal/tls.yaml b/check-charts/harbor/templates/portal/tls.yaml similarity index 100% rename from helm-charts/harbor/templates/portal/tls.yaml rename to check-charts/harbor/templates/portal/tls.yaml diff --git a/helm-charts/harbor/templates/redis/service.yaml b/check-charts/harbor/templates/redis/service.yaml similarity index 100% rename from helm-charts/harbor/templates/redis/service.yaml rename to check-charts/harbor/templates/redis/service.yaml diff --git a/helm-charts/harbor/templates/redis/statefulset.yaml b/check-charts/harbor/templates/redis/statefulset.yaml similarity index 100% rename from helm-charts/harbor/templates/redis/statefulset.yaml rename to check-charts/harbor/templates/redis/statefulset.yaml diff --git a/helm-charts/harbor/templates/registry/registry-cm.yaml b/check-charts/harbor/templates/registry/registry-cm.yaml similarity index 100% rename from helm-charts/harbor/templates/registry/registry-cm.yaml rename to check-charts/harbor/templates/registry/registry-cm.yaml diff --git a/helm-charts/harbor/templates/registry/registry-dpl.yaml b/check-charts/harbor/templates/registry/registry-dpl.yaml similarity index 100% rename from helm-charts/harbor/templates/registry/registry-dpl.yaml rename to check-charts/harbor/templates/registry/registry-dpl.yaml diff --git a/helm-charts/harbor/templates/registry/registry-pvc.yaml b/check-charts/harbor/templates/registry/registry-pvc.yaml similarity index 100% rename from helm-charts/harbor/templates/registry/registry-pvc.yaml rename to check-charts/harbor/templates/registry/registry-pvc.yaml diff --git a/helm-charts/harbor/templates/registry/registry-secret.yaml b/check-charts/harbor/templates/registry/registry-secret.yaml similarity index 100% rename from helm-charts/harbor/templates/registry/registry-secret.yaml rename to check-charts/harbor/templates/registry/registry-secret.yaml diff --git a/helm-charts/harbor/templates/registry/registry-svc.yaml b/check-charts/harbor/templates/registry/registry-svc.yaml similarity index 100% rename from helm-charts/harbor/templates/registry/registry-svc.yaml rename to check-charts/harbor/templates/registry/registry-svc.yaml diff --git a/helm-charts/harbor/templates/registry/registry-tls.yaml b/check-charts/harbor/templates/registry/registry-tls.yaml similarity index 100% rename from helm-charts/harbor/templates/registry/registry-tls.yaml rename to check-charts/harbor/templates/registry/registry-tls.yaml diff --git a/helm-charts/harbor/templates/registry/registryctl-cm.yaml b/check-charts/harbor/templates/registry/registryctl-cm.yaml similarity index 100% rename from helm-charts/harbor/templates/registry/registryctl-cm.yaml rename to check-charts/harbor/templates/registry/registryctl-cm.yaml diff --git a/helm-charts/harbor/templates/registry/registryctl-secret.yaml b/check-charts/harbor/templates/registry/registryctl-secret.yaml similarity index 100% rename from helm-charts/harbor/templates/registry/registryctl-secret.yaml rename to check-charts/harbor/templates/registry/registryctl-secret.yaml diff --git a/helm-charts/harbor/templates/trivy/trivy-secret.yaml b/check-charts/harbor/templates/trivy/trivy-secret.yaml similarity index 100% rename from helm-charts/harbor/templates/trivy/trivy-secret.yaml rename to check-charts/harbor/templates/trivy/trivy-secret.yaml diff --git a/helm-charts/harbor/templates/trivy/trivy-sts.yaml b/check-charts/harbor/templates/trivy/trivy-sts.yaml similarity index 100% rename from helm-charts/harbor/templates/trivy/trivy-sts.yaml rename to check-charts/harbor/templates/trivy/trivy-sts.yaml diff --git a/helm-charts/harbor/templates/trivy/trivy-svc.yaml b/check-charts/harbor/templates/trivy/trivy-svc.yaml similarity index 100% rename from helm-charts/harbor/templates/trivy/trivy-svc.yaml rename to check-charts/harbor/templates/trivy/trivy-svc.yaml diff --git a/helm-charts/harbor/templates/trivy/trivy-tls.yaml b/check-charts/harbor/templates/trivy/trivy-tls.yaml similarity index 100% rename from helm-charts/harbor/templates/trivy/trivy-tls.yaml rename to check-charts/harbor/templates/trivy/trivy-tls.yaml diff --git a/helm-charts/harbor/values.yaml b/check-charts/harbor/values.yaml similarity index 100% rename from helm-charts/harbor/values.yaml rename to check-charts/harbor/values.yaml diff --git a/helm-charts/longhorn/auth b/check-charts/longhorn/auth similarity index 100% rename from helm-charts/longhorn/auth rename to check-charts/longhorn/auth diff --git a/helm-charts/racnher/.helmignore b/check-charts/racnher/.helmignore similarity index 100% rename from helm-charts/racnher/.helmignore rename to check-charts/racnher/.helmignore diff --git a/helm-charts/racnher/Chart.yaml b/check-charts/racnher/Chart.yaml similarity index 100% rename from helm-charts/racnher/Chart.yaml rename to check-charts/racnher/Chart.yaml diff --git a/helm-charts/racnher/README.md b/check-charts/racnher/README.md similarity index 100% rename from helm-charts/racnher/README.md rename to check-charts/racnher/README.md diff --git a/helm-charts/racnher/scripts/post-delete-hook.sh b/check-charts/racnher/scripts/post-delete-hook.sh similarity index 100% rename from helm-charts/racnher/scripts/post-delete-hook.sh rename to check-charts/racnher/scripts/post-delete-hook.sh diff --git a/helm-charts/racnher/templates/NOTES.txt b/check-charts/racnher/templates/NOTES.txt similarity index 100% rename from helm-charts/racnher/templates/NOTES.txt rename to check-charts/racnher/templates/NOTES.txt diff --git a/helm-charts/racnher/templates/_helpers.tpl b/check-charts/racnher/templates/_helpers.tpl similarity index 100% rename from helm-charts/racnher/templates/_helpers.tpl rename to check-charts/racnher/templates/_helpers.tpl diff --git a/helm-charts/racnher/templates/clusterRoleBinding.yaml b/check-charts/racnher/templates/clusterRoleBinding.yaml similarity index 100% rename from helm-charts/racnher/templates/clusterRoleBinding.yaml rename to check-charts/racnher/templates/clusterRoleBinding.yaml diff --git a/helm-charts/racnher/templates/configMap.yaml b/check-charts/racnher/templates/configMap.yaml similarity index 100% rename from helm-charts/racnher/templates/configMap.yaml rename to check-charts/racnher/templates/configMap.yaml diff --git a/helm-charts/racnher/templates/deployment.yaml b/check-charts/racnher/templates/deployment.yaml similarity index 100% rename from helm-charts/racnher/templates/deployment.yaml rename to check-charts/racnher/templates/deployment.yaml diff --git a/helm-charts/racnher/templates/ingress.yaml b/check-charts/racnher/templates/ingress.yaml similarity index 100% rename from helm-charts/racnher/templates/ingress.yaml rename to check-charts/racnher/templates/ingress.yaml diff --git a/helm-charts/racnher/templates/issuer-letsEncrypt.yaml b/check-charts/racnher/templates/issuer-letsEncrypt.yaml similarity index 100% rename from helm-charts/racnher/templates/issuer-letsEncrypt.yaml rename to check-charts/racnher/templates/issuer-letsEncrypt.yaml diff --git a/helm-charts/racnher/templates/issuer-rancher.yaml b/check-charts/racnher/templates/issuer-rancher.yaml similarity index 100% rename from helm-charts/racnher/templates/issuer-rancher.yaml rename to check-charts/racnher/templates/issuer-rancher.yaml diff --git a/helm-charts/racnher/templates/post-delete-hook-cluster-role-binding.yaml b/check-charts/racnher/templates/post-delete-hook-cluster-role-binding.yaml similarity index 100% rename from helm-charts/racnher/templates/post-delete-hook-cluster-role-binding.yaml rename to check-charts/racnher/templates/post-delete-hook-cluster-role-binding.yaml diff --git a/helm-charts/racnher/templates/post-delete-hook-cluster-role.yaml b/check-charts/racnher/templates/post-delete-hook-cluster-role.yaml similarity index 100% rename from helm-charts/racnher/templates/post-delete-hook-cluster-role.yaml rename to check-charts/racnher/templates/post-delete-hook-cluster-role.yaml diff --git a/helm-charts/racnher/templates/post-delete-hook-config-map.yaml b/check-charts/racnher/templates/post-delete-hook-config-map.yaml similarity index 100% rename from helm-charts/racnher/templates/post-delete-hook-config-map.yaml rename to check-charts/racnher/templates/post-delete-hook-config-map.yaml diff --git a/helm-charts/racnher/templates/post-delete-hook-job.yaml b/check-charts/racnher/templates/post-delete-hook-job.yaml similarity index 100% rename from helm-charts/racnher/templates/post-delete-hook-job.yaml rename to check-charts/racnher/templates/post-delete-hook-job.yaml diff --git a/helm-charts/racnher/templates/post-delete-hook-psp.yaml b/check-charts/racnher/templates/post-delete-hook-psp.yaml similarity index 100% rename from helm-charts/racnher/templates/post-delete-hook-psp.yaml rename to check-charts/racnher/templates/post-delete-hook-psp.yaml diff --git a/helm-charts/racnher/templates/post-delete-hook-service-account.yaml b/check-charts/racnher/templates/post-delete-hook-service-account.yaml similarity index 100% rename from helm-charts/racnher/templates/post-delete-hook-service-account.yaml rename to check-charts/racnher/templates/post-delete-hook-service-account.yaml diff --git a/helm-charts/racnher/templates/priorityClass.yaml b/check-charts/racnher/templates/priorityClass.yaml similarity index 100% rename from helm-charts/racnher/templates/priorityClass.yaml rename to check-charts/racnher/templates/priorityClass.yaml diff --git a/helm-charts/racnher/templates/pvc.yaml b/check-charts/racnher/templates/pvc.yaml similarity index 100% rename from helm-charts/racnher/templates/pvc.yaml rename to check-charts/racnher/templates/pvc.yaml diff --git a/helm-charts/racnher/templates/secret.yaml b/check-charts/racnher/templates/secret.yaml similarity index 100% rename from helm-charts/racnher/templates/secret.yaml rename to check-charts/racnher/templates/secret.yaml diff --git a/helm-charts/racnher/templates/service.yaml b/check-charts/racnher/templates/service.yaml similarity index 100% rename from helm-charts/racnher/templates/service.yaml rename to check-charts/racnher/templates/service.yaml diff --git a/helm-charts/racnher/templates/serviceAccount.yaml b/check-charts/racnher/templates/serviceAccount.yaml similarity index 100% rename from helm-charts/racnher/templates/serviceAccount.yaml rename to check-charts/racnher/templates/serviceAccount.yaml diff --git a/helm-charts/racnher/values.yaml b/check-charts/racnher/values.yaml similarity index 100% rename from helm-charts/racnher/values.yaml rename to check-charts/racnher/values.yaml diff --git a/helm-charts/consul-k8s b/helm-charts/consul-k8s deleted file mode 160000 index 7215ec0..0000000 --- a/helm-charts/consul-k8s +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7215ec05d0f4ef093de2f4ddc80b385214522e4d diff --git a/helm-charts/vault-helm b/helm-charts/vault-helm deleted file mode 160000 index 3e16e05..0000000 --- a/helm-charts/vault-helm +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3e16e05ba7132b1db567c6dcd37cc6a8ffa1d8fe diff --git a/manifests/01-namespaces/kafka.yaml b/manifests/01-namespaces/kafka.yaml new file mode 100644 index 0000000..f9b07f6 --- /dev/null +++ b/manifests/01-namespaces/kafka.yaml @@ -0,0 +1,7 @@ +--- +apiVersion: v1 +kind: Namespace +metadata: + labels: + name: kafka + name: kafka \ No newline at end of file