From e23f30d8814ebf3d48cd28b74a4093a4d48521e3 Mon Sep 17 00:00:00 2001 From: Richard Robert Reitz Date: Mon, 25 Nov 2024 19:18:23 +0100 Subject: [PATCH] Renamed kind to template for the OSC support --- {kind => template}/edfbuilder.yaml | 0 {kind => template}/forgejo-runner/.helmignore | 0 {kind => template}/forgejo-runner/Chart.yaml | 0 .../forgejo-runner/templates/NOTES.txt | 0 .../forgejo-runner/templates/_helpers.tpl | 0 .../forgejo-runner/templates/deployment.yaml | 0 .../forgejo-runner/templates/secret.yaml | 0 {kind => template}/forgejo-runner/values.yaml | 0 {kind => template}/registry/core.yaml | 0 {kind => template}/registry/monitoring.yaml | 0 {kind => template}/registry/ref-implementation.yaml | 0 {kind => template}/registry/second-cluster.yaml | 0 {kind => template}/stacks/core/argocd.yaml | 0 {kind => template}/stacks/core/argocd/values.yaml | 0 .../stacks/core/crossplane-compositions.yaml | 0 .../edfbuilder/composition.yaml | 0 .../edfbuilder/definition.yaml | 0 .../stacks/core/crossplane-providers.yaml | 0 .../function-patch-and-transform.yaml | 0 .../provider-argocd-config.yaml | 0 .../core/crossplane-providers/provider-argocd.yaml | 0 .../crossplane-providers/provider-kind-config.yaml | 0 .../core/crossplane-providers/provider-kind.yaml | 0 .../core/crossplane-providers/provider-shell.yaml | 0 {kind => template}/stacks/core/crossplane.yaml | 0 {kind => template}/stacks/core/forgejo-runner.yaml | 0 .../stacks/core/forgejo-runner/values.yaml | 0 {kind => template}/stacks/core/forgejo.yaml | 0 {kind => template}/stacks/core/forgejo/values.yaml | 0 {kind => template}/stacks/core/ingress-nginx.yaml | 0 .../stacks/core/ingress-nginx/values.yaml | 0 .../stacks/monitoring/kube-prometheus.yaml | 0 .../stacks/monitoring/kube-prometheus/values.yaml | 0 .../stacks/ref-implementation/README.md | 0 .../stacks/ref-implementation/argo-workflows.yaml | 0 .../argo-workflows/manifests/base/install.yaml | 0 .../manifests/base/kustomization.yaml | 0 .../manifests/dev/external-secret.yaml | 0 .../argo-workflows/manifests/dev/ingress.yaml | 0 .../argo-workflows/manifests/dev/kustomization.yaml | 0 .../manifests/dev/patches/cm-argo-workflows.yaml | 0 .../dev/patches/deployment-argo-server.yaml | 0 .../argo-workflows/manifests/dev/sa-admin.yaml | 0 .../ref-implementation/backstage-templates.yaml | 0 .../app-with-bucket/skeleton/catalog-info.yaml | 0 .../app-with-bucket/skeleton/docs/idpbuilder.md | 0 .../skeleton/docs/images/cnoe-logo.png | Bin .../entities/app-with-bucket/skeleton/docs/index.md | 0 .../entities/app-with-bucket/skeleton/go.mod | 0 .../skeleton/kustomize/base/kustomization.yaml | 0 .../skeleton/kustomize/base/nginx.yaml | 0 .../skeleton/kustomize/dev/kustomization.yaml | 0 .../skeleton/kustomize/prod/kustomization.yaml | 0 .../entities/app-with-bucket/skeleton/main.go | 0 .../entities/app-with-bucket/skeleton/mkdocs.yml | 0 .../entities/app-with-bucket/template.yaml | 0 .../argo-workflows/skeleton/catalog-info.yaml | 0 .../argo-workflows/skeleton/docs/argo-workflows.md | 0 .../skeleton/docs/images/cnoe-logo.png | Bin .../entities/argo-workflows/skeleton/docs/index.md | 0 .../argo-workflows/skeleton/docs/spark-operator.md | 0 .../skeleton/manifests/deployment.yaml | 0 .../entities/argo-workflows/skeleton/mkdocs.yml | 0 .../entities/argo-workflows/template.yaml | 0 .../backstage-templates/entities/basic/mkdocs.yml | 0 .../entities/basic/skeleton/catalog-info.yaml | 0 .../entities/basic/skeleton/docs/idpbuilder.md | 0 .../basic/skeleton/docs/images/cnoe-logo.png | Bin .../entities/basic/skeleton/docs/index.md | 0 .../basic/skeleton/manifests/deployment.yaml | 0 .../entities/basic/template.yaml | 0 .../backstage-templates/entities/catalog-info.yaml | 0 .../demo-go-hello-world/skeleton/catalog-info.yaml | 0 .../entities/demo-go-hello-world/skeleton/main.go | 0 .../entities/demo-go-hello-world/template.yaml | 0 .../entities/organization/guests.yaml | 0 .../stacks/ref-implementation/backstage.yaml | 0 .../backstage/manifests/argocd-secrets.yaml | 0 .../backstage/manifests/install.yaml | 0 .../stacks/ref-implementation/codespaces.md | 0 .../stacks/ref-implementation/external-secrets.yaml | 0 .../external-secrets/generate-manifests.sh | 0 .../external-secrets/manifests/install.yaml | 0 .../ref-implementation/external-secrets/values.yaml | 0 .../stacks/ref-implementation/keycloak.yaml | 0 .../keycloak/manifests/ingress.yaml | 0 .../keycloak/manifests/install.yaml | 0 .../keycloak/manifests/keycloak-config.yaml | 0 .../keycloak/manifests/secret-gen.yaml | 0 .../stacks/ref-implementation/metric-server.yaml | 0 .../stacks/ref-implementation/replace.sh | 0 .../stacks/ref-implementation/spark-operator.yaml | 0 .../create-new-cluster-guestbook.yaml | 0 .../create-new-cluster-guestbook/argocluster.yaml | 0 .../create-new-cluster-guestbook/guestbook.yaml | 0 .../create-new-cluster-guestbook/kindcluster.yaml | 0 96 files changed, 0 insertions(+), 0 deletions(-) rename {kind => template}/edfbuilder.yaml (100%) rename {kind => template}/forgejo-runner/.helmignore (100%) rename {kind => template}/forgejo-runner/Chart.yaml (100%) rename {kind => template}/forgejo-runner/templates/NOTES.txt (100%) rename {kind => template}/forgejo-runner/templates/_helpers.tpl (100%) rename {kind => template}/forgejo-runner/templates/deployment.yaml (100%) rename {kind => template}/forgejo-runner/templates/secret.yaml (100%) rename {kind => template}/forgejo-runner/values.yaml (100%) rename {kind => template}/registry/core.yaml (100%) rename {kind => template}/registry/monitoring.yaml (100%) rename {kind => template}/registry/ref-implementation.yaml (100%) rename {kind => template}/registry/second-cluster.yaml (100%) rename {kind => template}/stacks/core/argocd.yaml (100%) rename {kind => template}/stacks/core/argocd/values.yaml (100%) rename {kind => template}/stacks/core/crossplane-compositions.yaml (100%) rename {kind => template}/stacks/core/crossplane-compositions/edfbuilder/composition.yaml (100%) rename {kind => template}/stacks/core/crossplane-compositions/edfbuilder/definition.yaml (100%) rename {kind => template}/stacks/core/crossplane-providers.yaml (100%) rename {kind => template}/stacks/core/crossplane-providers/function-patch-and-transform.yaml (100%) rename {kind => template}/stacks/core/crossplane-providers/provider-argocd-config.yaml (100%) rename {kind => template}/stacks/core/crossplane-providers/provider-argocd.yaml (100%) rename {kind => template}/stacks/core/crossplane-providers/provider-kind-config.yaml (100%) rename {kind => template}/stacks/core/crossplane-providers/provider-kind.yaml (100%) rename {kind => template}/stacks/core/crossplane-providers/provider-shell.yaml (100%) rename {kind => template}/stacks/core/crossplane.yaml (100%) rename {kind => template}/stacks/core/forgejo-runner.yaml (100%) rename {kind => template}/stacks/core/forgejo-runner/values.yaml (100%) rename {kind => template}/stacks/core/forgejo.yaml (100%) rename {kind => template}/stacks/core/forgejo/values.yaml (100%) rename {kind => template}/stacks/core/ingress-nginx.yaml (100%) rename {kind => template}/stacks/core/ingress-nginx/values.yaml (100%) rename {kind => template}/stacks/monitoring/kube-prometheus.yaml (100%) rename {kind => template}/stacks/monitoring/kube-prometheus/values.yaml (100%) rename {kind => template}/stacks/ref-implementation/README.md (100%) rename {kind => template}/stacks/ref-implementation/argo-workflows.yaml (100%) rename {kind => template}/stacks/ref-implementation/argo-workflows/manifests/base/install.yaml (100%) rename {kind => template}/stacks/ref-implementation/argo-workflows/manifests/base/kustomization.yaml (100%) rename {kind => template}/stacks/ref-implementation/argo-workflows/manifests/dev/external-secret.yaml (100%) rename {kind => template}/stacks/ref-implementation/argo-workflows/manifests/dev/ingress.yaml (100%) rename {kind => template}/stacks/ref-implementation/argo-workflows/manifests/dev/kustomization.yaml (100%) rename {kind => template}/stacks/ref-implementation/argo-workflows/manifests/dev/patches/cm-argo-workflows.yaml (100%) rename {kind => template}/stacks/ref-implementation/argo-workflows/manifests/dev/patches/deployment-argo-server.yaml (100%) rename {kind => template}/stacks/ref-implementation/argo-workflows/manifests/dev/sa-admin.yaml (100%) rename {kind => template}/stacks/ref-implementation/backstage-templates.yaml (100%) rename {kind => template}/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/catalog-info.yaml (100%) rename {kind => template}/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/docs/idpbuilder.md (100%) rename {kind => template}/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/docs/images/cnoe-logo.png (100%) rename {kind => template}/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/docs/index.md (100%) rename {kind => template}/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/go.mod (100%) rename {kind => template}/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/kustomize/base/kustomization.yaml (100%) rename {kind => template}/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/kustomize/base/nginx.yaml (100%) rename {kind => template}/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/kustomize/dev/kustomization.yaml (100%) rename {kind => template}/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/kustomize/prod/kustomization.yaml (100%) rename {kind => template}/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/main.go (100%) rename {kind => template}/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/mkdocs.yml (100%) rename {kind => template}/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/template.yaml (100%) rename {kind => template}/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/catalog-info.yaml (100%) rename {kind => template}/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/docs/argo-workflows.md (100%) rename {kind => template}/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/docs/images/cnoe-logo.png (100%) rename {kind => template}/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/docs/index.md (100%) rename {kind => template}/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/docs/spark-operator.md (100%) rename {kind => template}/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/manifests/deployment.yaml (100%) rename {kind => template}/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/mkdocs.yml (100%) rename {kind => template}/stacks/ref-implementation/backstage-templates/entities/argo-workflows/template.yaml (100%) rename {kind => template}/stacks/ref-implementation/backstage-templates/entities/basic/mkdocs.yml (100%) rename {kind => template}/stacks/ref-implementation/backstage-templates/entities/basic/skeleton/catalog-info.yaml (100%) rename {kind => template}/stacks/ref-implementation/backstage-templates/entities/basic/skeleton/docs/idpbuilder.md (100%) rename {kind => template}/stacks/ref-implementation/backstage-templates/entities/basic/skeleton/docs/images/cnoe-logo.png (100%) rename {kind => template}/stacks/ref-implementation/backstage-templates/entities/basic/skeleton/docs/index.md (100%) rename {kind => template}/stacks/ref-implementation/backstage-templates/entities/basic/skeleton/manifests/deployment.yaml (100%) rename {kind => template}/stacks/ref-implementation/backstage-templates/entities/basic/template.yaml (100%) rename {kind => template}/stacks/ref-implementation/backstage-templates/entities/catalog-info.yaml (100%) rename {kind => template}/stacks/ref-implementation/backstage-templates/entities/demo-go-hello-world/skeleton/catalog-info.yaml (100%) rename {kind => template}/stacks/ref-implementation/backstage-templates/entities/demo-go-hello-world/skeleton/main.go (100%) rename {kind => template}/stacks/ref-implementation/backstage-templates/entities/demo-go-hello-world/template.yaml (100%) rename {kind => template}/stacks/ref-implementation/backstage-templates/entities/organization/guests.yaml (100%) rename {kind => template}/stacks/ref-implementation/backstage.yaml (100%) rename {kind => template}/stacks/ref-implementation/backstage/manifests/argocd-secrets.yaml (100%) rename {kind => template}/stacks/ref-implementation/backstage/manifests/install.yaml (100%) rename {kind => template}/stacks/ref-implementation/codespaces.md (100%) rename {kind => template}/stacks/ref-implementation/external-secrets.yaml (100%) rename {kind => template}/stacks/ref-implementation/external-secrets/generate-manifests.sh (100%) rename {kind => template}/stacks/ref-implementation/external-secrets/manifests/install.yaml (100%) rename {kind => template}/stacks/ref-implementation/external-secrets/values.yaml (100%) rename {kind => template}/stacks/ref-implementation/keycloak.yaml (100%) rename {kind => template}/stacks/ref-implementation/keycloak/manifests/ingress.yaml (100%) rename {kind => template}/stacks/ref-implementation/keycloak/manifests/install.yaml (100%) rename {kind => template}/stacks/ref-implementation/keycloak/manifests/keycloak-config.yaml (100%) rename {kind => template}/stacks/ref-implementation/keycloak/manifests/secret-gen.yaml (100%) rename {kind => template}/stacks/ref-implementation/metric-server.yaml (100%) rename {kind => template}/stacks/ref-implementation/replace.sh (100%) rename {kind => template}/stacks/ref-implementation/spark-operator.yaml (100%) rename {kind => template}/stacks/second-cluster/create-new-cluster-guestbook.yaml (100%) rename {kind => template}/stacks/second-cluster/create-new-cluster-guestbook/argocluster.yaml (100%) rename {kind => template}/stacks/second-cluster/create-new-cluster-guestbook/guestbook.yaml (100%) rename {kind => template}/stacks/second-cluster/create-new-cluster-guestbook/kindcluster.yaml (100%) diff --git a/kind/edfbuilder.yaml b/template/edfbuilder.yaml similarity index 100% rename from kind/edfbuilder.yaml rename to template/edfbuilder.yaml diff --git a/kind/forgejo-runner/.helmignore b/template/forgejo-runner/.helmignore similarity index 100% rename from kind/forgejo-runner/.helmignore rename to template/forgejo-runner/.helmignore diff --git a/kind/forgejo-runner/Chart.yaml b/template/forgejo-runner/Chart.yaml similarity index 100% rename from kind/forgejo-runner/Chart.yaml rename to template/forgejo-runner/Chart.yaml diff --git a/kind/forgejo-runner/templates/NOTES.txt b/template/forgejo-runner/templates/NOTES.txt similarity index 100% rename from kind/forgejo-runner/templates/NOTES.txt rename to template/forgejo-runner/templates/NOTES.txt diff --git a/kind/forgejo-runner/templates/_helpers.tpl b/template/forgejo-runner/templates/_helpers.tpl similarity index 100% rename from kind/forgejo-runner/templates/_helpers.tpl rename to template/forgejo-runner/templates/_helpers.tpl diff --git a/kind/forgejo-runner/templates/deployment.yaml b/template/forgejo-runner/templates/deployment.yaml similarity index 100% rename from kind/forgejo-runner/templates/deployment.yaml rename to template/forgejo-runner/templates/deployment.yaml diff --git a/kind/forgejo-runner/templates/secret.yaml b/template/forgejo-runner/templates/secret.yaml similarity index 100% rename from kind/forgejo-runner/templates/secret.yaml rename to template/forgejo-runner/templates/secret.yaml diff --git a/kind/forgejo-runner/values.yaml b/template/forgejo-runner/values.yaml similarity index 100% rename from kind/forgejo-runner/values.yaml rename to template/forgejo-runner/values.yaml diff --git a/kind/registry/core.yaml b/template/registry/core.yaml similarity index 100% rename from kind/registry/core.yaml rename to template/registry/core.yaml diff --git a/kind/registry/monitoring.yaml b/template/registry/monitoring.yaml similarity index 100% rename from kind/registry/monitoring.yaml rename to template/registry/monitoring.yaml diff --git a/kind/registry/ref-implementation.yaml b/template/registry/ref-implementation.yaml similarity index 100% rename from kind/registry/ref-implementation.yaml rename to template/registry/ref-implementation.yaml diff --git a/kind/registry/second-cluster.yaml b/template/registry/second-cluster.yaml similarity index 100% rename from kind/registry/second-cluster.yaml rename to template/registry/second-cluster.yaml diff --git a/kind/stacks/core/argocd.yaml b/template/stacks/core/argocd.yaml similarity index 100% rename from kind/stacks/core/argocd.yaml rename to template/stacks/core/argocd.yaml diff --git a/kind/stacks/core/argocd/values.yaml b/template/stacks/core/argocd/values.yaml similarity index 100% rename from kind/stacks/core/argocd/values.yaml rename to template/stacks/core/argocd/values.yaml diff --git a/kind/stacks/core/crossplane-compositions.yaml b/template/stacks/core/crossplane-compositions.yaml similarity index 100% rename from kind/stacks/core/crossplane-compositions.yaml rename to template/stacks/core/crossplane-compositions.yaml diff --git a/kind/stacks/core/crossplane-compositions/edfbuilder/composition.yaml b/template/stacks/core/crossplane-compositions/edfbuilder/composition.yaml similarity index 100% rename from kind/stacks/core/crossplane-compositions/edfbuilder/composition.yaml rename to template/stacks/core/crossplane-compositions/edfbuilder/composition.yaml diff --git a/kind/stacks/core/crossplane-compositions/edfbuilder/definition.yaml b/template/stacks/core/crossplane-compositions/edfbuilder/definition.yaml similarity index 100% rename from kind/stacks/core/crossplane-compositions/edfbuilder/definition.yaml rename to template/stacks/core/crossplane-compositions/edfbuilder/definition.yaml diff --git a/kind/stacks/core/crossplane-providers.yaml b/template/stacks/core/crossplane-providers.yaml similarity index 100% rename from kind/stacks/core/crossplane-providers.yaml rename to template/stacks/core/crossplane-providers.yaml diff --git a/kind/stacks/core/crossplane-providers/function-patch-and-transform.yaml b/template/stacks/core/crossplane-providers/function-patch-and-transform.yaml similarity index 100% rename from kind/stacks/core/crossplane-providers/function-patch-and-transform.yaml rename to template/stacks/core/crossplane-providers/function-patch-and-transform.yaml diff --git a/kind/stacks/core/crossplane-providers/provider-argocd-config.yaml b/template/stacks/core/crossplane-providers/provider-argocd-config.yaml similarity index 100% rename from kind/stacks/core/crossplane-providers/provider-argocd-config.yaml rename to template/stacks/core/crossplane-providers/provider-argocd-config.yaml diff --git a/kind/stacks/core/crossplane-providers/provider-argocd.yaml b/template/stacks/core/crossplane-providers/provider-argocd.yaml similarity index 100% rename from kind/stacks/core/crossplane-providers/provider-argocd.yaml rename to template/stacks/core/crossplane-providers/provider-argocd.yaml diff --git a/kind/stacks/core/crossplane-providers/provider-kind-config.yaml b/template/stacks/core/crossplane-providers/provider-kind-config.yaml similarity index 100% rename from kind/stacks/core/crossplane-providers/provider-kind-config.yaml rename to template/stacks/core/crossplane-providers/provider-kind-config.yaml diff --git a/kind/stacks/core/crossplane-providers/provider-kind.yaml b/template/stacks/core/crossplane-providers/provider-kind.yaml similarity index 100% rename from kind/stacks/core/crossplane-providers/provider-kind.yaml rename to template/stacks/core/crossplane-providers/provider-kind.yaml diff --git a/kind/stacks/core/crossplane-providers/provider-shell.yaml b/template/stacks/core/crossplane-providers/provider-shell.yaml similarity index 100% rename from kind/stacks/core/crossplane-providers/provider-shell.yaml rename to template/stacks/core/crossplane-providers/provider-shell.yaml diff --git a/kind/stacks/core/crossplane.yaml b/template/stacks/core/crossplane.yaml similarity index 100% rename from kind/stacks/core/crossplane.yaml rename to template/stacks/core/crossplane.yaml diff --git a/kind/stacks/core/forgejo-runner.yaml b/template/stacks/core/forgejo-runner.yaml similarity index 100% rename from kind/stacks/core/forgejo-runner.yaml rename to template/stacks/core/forgejo-runner.yaml diff --git a/kind/stacks/core/forgejo-runner/values.yaml b/template/stacks/core/forgejo-runner/values.yaml similarity index 100% rename from kind/stacks/core/forgejo-runner/values.yaml rename to template/stacks/core/forgejo-runner/values.yaml diff --git a/kind/stacks/core/forgejo.yaml b/template/stacks/core/forgejo.yaml similarity index 100% rename from kind/stacks/core/forgejo.yaml rename to template/stacks/core/forgejo.yaml diff --git a/kind/stacks/core/forgejo/values.yaml b/template/stacks/core/forgejo/values.yaml similarity index 100% rename from kind/stacks/core/forgejo/values.yaml rename to template/stacks/core/forgejo/values.yaml diff --git a/kind/stacks/core/ingress-nginx.yaml b/template/stacks/core/ingress-nginx.yaml similarity index 100% rename from kind/stacks/core/ingress-nginx.yaml rename to template/stacks/core/ingress-nginx.yaml diff --git a/kind/stacks/core/ingress-nginx/values.yaml b/template/stacks/core/ingress-nginx/values.yaml similarity index 100% rename from kind/stacks/core/ingress-nginx/values.yaml rename to template/stacks/core/ingress-nginx/values.yaml diff --git a/kind/stacks/monitoring/kube-prometheus.yaml b/template/stacks/monitoring/kube-prometheus.yaml similarity index 100% rename from kind/stacks/monitoring/kube-prometheus.yaml rename to template/stacks/monitoring/kube-prometheus.yaml diff --git a/kind/stacks/monitoring/kube-prometheus/values.yaml b/template/stacks/monitoring/kube-prometheus/values.yaml similarity index 100% rename from kind/stacks/monitoring/kube-prometheus/values.yaml rename to template/stacks/monitoring/kube-prometheus/values.yaml diff --git a/kind/stacks/ref-implementation/README.md b/template/stacks/ref-implementation/README.md similarity index 100% rename from kind/stacks/ref-implementation/README.md rename to template/stacks/ref-implementation/README.md diff --git a/kind/stacks/ref-implementation/argo-workflows.yaml b/template/stacks/ref-implementation/argo-workflows.yaml similarity index 100% rename from kind/stacks/ref-implementation/argo-workflows.yaml rename to template/stacks/ref-implementation/argo-workflows.yaml diff --git a/kind/stacks/ref-implementation/argo-workflows/manifests/base/install.yaml b/template/stacks/ref-implementation/argo-workflows/manifests/base/install.yaml similarity index 100% rename from kind/stacks/ref-implementation/argo-workflows/manifests/base/install.yaml rename to template/stacks/ref-implementation/argo-workflows/manifests/base/install.yaml diff --git a/kind/stacks/ref-implementation/argo-workflows/manifests/base/kustomization.yaml b/template/stacks/ref-implementation/argo-workflows/manifests/base/kustomization.yaml similarity index 100% rename from kind/stacks/ref-implementation/argo-workflows/manifests/base/kustomization.yaml rename to template/stacks/ref-implementation/argo-workflows/manifests/base/kustomization.yaml diff --git a/kind/stacks/ref-implementation/argo-workflows/manifests/dev/external-secret.yaml b/template/stacks/ref-implementation/argo-workflows/manifests/dev/external-secret.yaml similarity index 100% rename from kind/stacks/ref-implementation/argo-workflows/manifests/dev/external-secret.yaml rename to template/stacks/ref-implementation/argo-workflows/manifests/dev/external-secret.yaml diff --git a/kind/stacks/ref-implementation/argo-workflows/manifests/dev/ingress.yaml b/template/stacks/ref-implementation/argo-workflows/manifests/dev/ingress.yaml similarity index 100% rename from kind/stacks/ref-implementation/argo-workflows/manifests/dev/ingress.yaml rename to template/stacks/ref-implementation/argo-workflows/manifests/dev/ingress.yaml diff --git a/kind/stacks/ref-implementation/argo-workflows/manifests/dev/kustomization.yaml b/template/stacks/ref-implementation/argo-workflows/manifests/dev/kustomization.yaml similarity index 100% rename from kind/stacks/ref-implementation/argo-workflows/manifests/dev/kustomization.yaml rename to template/stacks/ref-implementation/argo-workflows/manifests/dev/kustomization.yaml diff --git a/kind/stacks/ref-implementation/argo-workflows/manifests/dev/patches/cm-argo-workflows.yaml b/template/stacks/ref-implementation/argo-workflows/manifests/dev/patches/cm-argo-workflows.yaml similarity index 100% rename from kind/stacks/ref-implementation/argo-workflows/manifests/dev/patches/cm-argo-workflows.yaml rename to template/stacks/ref-implementation/argo-workflows/manifests/dev/patches/cm-argo-workflows.yaml diff --git a/kind/stacks/ref-implementation/argo-workflows/manifests/dev/patches/deployment-argo-server.yaml b/template/stacks/ref-implementation/argo-workflows/manifests/dev/patches/deployment-argo-server.yaml similarity index 100% rename from kind/stacks/ref-implementation/argo-workflows/manifests/dev/patches/deployment-argo-server.yaml rename to template/stacks/ref-implementation/argo-workflows/manifests/dev/patches/deployment-argo-server.yaml diff --git a/kind/stacks/ref-implementation/argo-workflows/manifests/dev/sa-admin.yaml b/template/stacks/ref-implementation/argo-workflows/manifests/dev/sa-admin.yaml similarity index 100% rename from kind/stacks/ref-implementation/argo-workflows/manifests/dev/sa-admin.yaml rename to template/stacks/ref-implementation/argo-workflows/manifests/dev/sa-admin.yaml diff --git a/kind/stacks/ref-implementation/backstage-templates.yaml b/template/stacks/ref-implementation/backstage-templates.yaml similarity index 100% rename from kind/stacks/ref-implementation/backstage-templates.yaml rename to template/stacks/ref-implementation/backstage-templates.yaml diff --git a/kind/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/catalog-info.yaml b/template/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/catalog-info.yaml similarity index 100% rename from kind/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/catalog-info.yaml rename to template/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/catalog-info.yaml diff --git a/kind/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/docs/idpbuilder.md b/template/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/docs/idpbuilder.md similarity index 100% rename from kind/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/docs/idpbuilder.md rename to template/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/docs/idpbuilder.md diff --git a/kind/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/docs/images/cnoe-logo.png b/template/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/docs/images/cnoe-logo.png similarity index 100% rename from kind/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/docs/images/cnoe-logo.png rename to template/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/docs/images/cnoe-logo.png diff --git a/kind/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/docs/index.md b/template/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/docs/index.md similarity index 100% rename from kind/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/docs/index.md rename to template/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/docs/index.md diff --git a/kind/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/go.mod b/template/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/go.mod similarity index 100% rename from kind/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/go.mod rename to template/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/go.mod diff --git a/kind/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/kustomize/base/kustomization.yaml b/template/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/kustomize/base/kustomization.yaml similarity index 100% rename from kind/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/kustomize/base/kustomization.yaml rename to template/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/kustomize/base/kustomization.yaml diff --git a/kind/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/kustomize/base/nginx.yaml b/template/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/kustomize/base/nginx.yaml similarity index 100% rename from kind/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/kustomize/base/nginx.yaml rename to template/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/kustomize/base/nginx.yaml diff --git a/kind/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/kustomize/dev/kustomization.yaml b/template/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/kustomize/dev/kustomization.yaml similarity index 100% rename from kind/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/kustomize/dev/kustomization.yaml rename to template/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/kustomize/dev/kustomization.yaml diff --git a/kind/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/kustomize/prod/kustomization.yaml b/template/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/kustomize/prod/kustomization.yaml similarity index 100% rename from kind/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/kustomize/prod/kustomization.yaml rename to template/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/kustomize/prod/kustomization.yaml diff --git a/kind/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/main.go b/template/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/main.go similarity index 100% rename from kind/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/main.go rename to template/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/main.go diff --git a/kind/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/mkdocs.yml b/template/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/mkdocs.yml similarity index 100% rename from kind/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/mkdocs.yml rename to template/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/skeleton/mkdocs.yml diff --git a/kind/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/template.yaml b/template/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/template.yaml similarity index 100% rename from kind/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/template.yaml rename to template/stacks/ref-implementation/backstage-templates/entities/app-with-bucket/template.yaml diff --git a/kind/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/catalog-info.yaml b/template/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/catalog-info.yaml similarity index 100% rename from kind/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/catalog-info.yaml rename to template/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/catalog-info.yaml diff --git a/kind/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/docs/argo-workflows.md b/template/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/docs/argo-workflows.md similarity index 100% rename from kind/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/docs/argo-workflows.md rename to template/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/docs/argo-workflows.md diff --git a/kind/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/docs/images/cnoe-logo.png b/template/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/docs/images/cnoe-logo.png similarity index 100% rename from kind/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/docs/images/cnoe-logo.png rename to template/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/docs/images/cnoe-logo.png diff --git a/kind/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/docs/index.md b/template/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/docs/index.md similarity index 100% rename from kind/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/docs/index.md rename to template/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/docs/index.md diff --git a/kind/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/docs/spark-operator.md b/template/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/docs/spark-operator.md similarity index 100% rename from kind/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/docs/spark-operator.md rename to template/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/docs/spark-operator.md diff --git a/kind/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/manifests/deployment.yaml b/template/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/manifests/deployment.yaml similarity index 100% rename from kind/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/manifests/deployment.yaml rename to template/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/manifests/deployment.yaml diff --git a/kind/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/mkdocs.yml b/template/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/mkdocs.yml similarity index 100% rename from kind/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/mkdocs.yml rename to template/stacks/ref-implementation/backstage-templates/entities/argo-workflows/skeleton/mkdocs.yml diff --git a/kind/stacks/ref-implementation/backstage-templates/entities/argo-workflows/template.yaml b/template/stacks/ref-implementation/backstage-templates/entities/argo-workflows/template.yaml similarity index 100% rename from kind/stacks/ref-implementation/backstage-templates/entities/argo-workflows/template.yaml rename to template/stacks/ref-implementation/backstage-templates/entities/argo-workflows/template.yaml diff --git a/kind/stacks/ref-implementation/backstage-templates/entities/basic/mkdocs.yml b/template/stacks/ref-implementation/backstage-templates/entities/basic/mkdocs.yml similarity index 100% rename from kind/stacks/ref-implementation/backstage-templates/entities/basic/mkdocs.yml rename to template/stacks/ref-implementation/backstage-templates/entities/basic/mkdocs.yml diff --git a/kind/stacks/ref-implementation/backstage-templates/entities/basic/skeleton/catalog-info.yaml b/template/stacks/ref-implementation/backstage-templates/entities/basic/skeleton/catalog-info.yaml similarity index 100% rename from kind/stacks/ref-implementation/backstage-templates/entities/basic/skeleton/catalog-info.yaml rename to template/stacks/ref-implementation/backstage-templates/entities/basic/skeleton/catalog-info.yaml diff --git a/kind/stacks/ref-implementation/backstage-templates/entities/basic/skeleton/docs/idpbuilder.md b/template/stacks/ref-implementation/backstage-templates/entities/basic/skeleton/docs/idpbuilder.md similarity index 100% rename from kind/stacks/ref-implementation/backstage-templates/entities/basic/skeleton/docs/idpbuilder.md rename to template/stacks/ref-implementation/backstage-templates/entities/basic/skeleton/docs/idpbuilder.md diff --git a/kind/stacks/ref-implementation/backstage-templates/entities/basic/skeleton/docs/images/cnoe-logo.png b/template/stacks/ref-implementation/backstage-templates/entities/basic/skeleton/docs/images/cnoe-logo.png similarity index 100% rename from kind/stacks/ref-implementation/backstage-templates/entities/basic/skeleton/docs/images/cnoe-logo.png rename to template/stacks/ref-implementation/backstage-templates/entities/basic/skeleton/docs/images/cnoe-logo.png diff --git a/kind/stacks/ref-implementation/backstage-templates/entities/basic/skeleton/docs/index.md b/template/stacks/ref-implementation/backstage-templates/entities/basic/skeleton/docs/index.md similarity index 100% rename from kind/stacks/ref-implementation/backstage-templates/entities/basic/skeleton/docs/index.md rename to template/stacks/ref-implementation/backstage-templates/entities/basic/skeleton/docs/index.md diff --git a/kind/stacks/ref-implementation/backstage-templates/entities/basic/skeleton/manifests/deployment.yaml b/template/stacks/ref-implementation/backstage-templates/entities/basic/skeleton/manifests/deployment.yaml similarity index 100% rename from kind/stacks/ref-implementation/backstage-templates/entities/basic/skeleton/manifests/deployment.yaml rename to template/stacks/ref-implementation/backstage-templates/entities/basic/skeleton/manifests/deployment.yaml diff --git a/kind/stacks/ref-implementation/backstage-templates/entities/basic/template.yaml b/template/stacks/ref-implementation/backstage-templates/entities/basic/template.yaml similarity index 100% rename from kind/stacks/ref-implementation/backstage-templates/entities/basic/template.yaml rename to template/stacks/ref-implementation/backstage-templates/entities/basic/template.yaml diff --git a/kind/stacks/ref-implementation/backstage-templates/entities/catalog-info.yaml b/template/stacks/ref-implementation/backstage-templates/entities/catalog-info.yaml similarity index 100% rename from kind/stacks/ref-implementation/backstage-templates/entities/catalog-info.yaml rename to template/stacks/ref-implementation/backstage-templates/entities/catalog-info.yaml diff --git a/kind/stacks/ref-implementation/backstage-templates/entities/demo-go-hello-world/skeleton/catalog-info.yaml b/template/stacks/ref-implementation/backstage-templates/entities/demo-go-hello-world/skeleton/catalog-info.yaml similarity index 100% rename from kind/stacks/ref-implementation/backstage-templates/entities/demo-go-hello-world/skeleton/catalog-info.yaml rename to template/stacks/ref-implementation/backstage-templates/entities/demo-go-hello-world/skeleton/catalog-info.yaml diff --git a/kind/stacks/ref-implementation/backstage-templates/entities/demo-go-hello-world/skeleton/main.go b/template/stacks/ref-implementation/backstage-templates/entities/demo-go-hello-world/skeleton/main.go similarity index 100% rename from kind/stacks/ref-implementation/backstage-templates/entities/demo-go-hello-world/skeleton/main.go rename to template/stacks/ref-implementation/backstage-templates/entities/demo-go-hello-world/skeleton/main.go diff --git a/kind/stacks/ref-implementation/backstage-templates/entities/demo-go-hello-world/template.yaml b/template/stacks/ref-implementation/backstage-templates/entities/demo-go-hello-world/template.yaml similarity index 100% rename from kind/stacks/ref-implementation/backstage-templates/entities/demo-go-hello-world/template.yaml rename to template/stacks/ref-implementation/backstage-templates/entities/demo-go-hello-world/template.yaml diff --git a/kind/stacks/ref-implementation/backstage-templates/entities/organization/guests.yaml b/template/stacks/ref-implementation/backstage-templates/entities/organization/guests.yaml similarity index 100% rename from kind/stacks/ref-implementation/backstage-templates/entities/organization/guests.yaml rename to template/stacks/ref-implementation/backstage-templates/entities/organization/guests.yaml diff --git a/kind/stacks/ref-implementation/backstage.yaml b/template/stacks/ref-implementation/backstage.yaml similarity index 100% rename from kind/stacks/ref-implementation/backstage.yaml rename to template/stacks/ref-implementation/backstage.yaml diff --git a/kind/stacks/ref-implementation/backstage/manifests/argocd-secrets.yaml b/template/stacks/ref-implementation/backstage/manifests/argocd-secrets.yaml similarity index 100% rename from kind/stacks/ref-implementation/backstage/manifests/argocd-secrets.yaml rename to template/stacks/ref-implementation/backstage/manifests/argocd-secrets.yaml diff --git a/kind/stacks/ref-implementation/backstage/manifests/install.yaml b/template/stacks/ref-implementation/backstage/manifests/install.yaml similarity index 100% rename from kind/stacks/ref-implementation/backstage/manifests/install.yaml rename to template/stacks/ref-implementation/backstage/manifests/install.yaml diff --git a/kind/stacks/ref-implementation/codespaces.md b/template/stacks/ref-implementation/codespaces.md similarity index 100% rename from kind/stacks/ref-implementation/codespaces.md rename to template/stacks/ref-implementation/codespaces.md diff --git a/kind/stacks/ref-implementation/external-secrets.yaml b/template/stacks/ref-implementation/external-secrets.yaml similarity index 100% rename from kind/stacks/ref-implementation/external-secrets.yaml rename to template/stacks/ref-implementation/external-secrets.yaml diff --git a/kind/stacks/ref-implementation/external-secrets/generate-manifests.sh b/template/stacks/ref-implementation/external-secrets/generate-manifests.sh similarity index 100% rename from kind/stacks/ref-implementation/external-secrets/generate-manifests.sh rename to template/stacks/ref-implementation/external-secrets/generate-manifests.sh diff --git a/kind/stacks/ref-implementation/external-secrets/manifests/install.yaml b/template/stacks/ref-implementation/external-secrets/manifests/install.yaml similarity index 100% rename from kind/stacks/ref-implementation/external-secrets/manifests/install.yaml rename to template/stacks/ref-implementation/external-secrets/manifests/install.yaml diff --git a/kind/stacks/ref-implementation/external-secrets/values.yaml b/template/stacks/ref-implementation/external-secrets/values.yaml similarity index 100% rename from kind/stacks/ref-implementation/external-secrets/values.yaml rename to template/stacks/ref-implementation/external-secrets/values.yaml diff --git a/kind/stacks/ref-implementation/keycloak.yaml b/template/stacks/ref-implementation/keycloak.yaml similarity index 100% rename from kind/stacks/ref-implementation/keycloak.yaml rename to template/stacks/ref-implementation/keycloak.yaml diff --git a/kind/stacks/ref-implementation/keycloak/manifests/ingress.yaml b/template/stacks/ref-implementation/keycloak/manifests/ingress.yaml similarity index 100% rename from kind/stacks/ref-implementation/keycloak/manifests/ingress.yaml rename to template/stacks/ref-implementation/keycloak/manifests/ingress.yaml diff --git a/kind/stacks/ref-implementation/keycloak/manifests/install.yaml b/template/stacks/ref-implementation/keycloak/manifests/install.yaml similarity index 100% rename from kind/stacks/ref-implementation/keycloak/manifests/install.yaml rename to template/stacks/ref-implementation/keycloak/manifests/install.yaml diff --git a/kind/stacks/ref-implementation/keycloak/manifests/keycloak-config.yaml b/template/stacks/ref-implementation/keycloak/manifests/keycloak-config.yaml similarity index 100% rename from kind/stacks/ref-implementation/keycloak/manifests/keycloak-config.yaml rename to template/stacks/ref-implementation/keycloak/manifests/keycloak-config.yaml diff --git a/kind/stacks/ref-implementation/keycloak/manifests/secret-gen.yaml b/template/stacks/ref-implementation/keycloak/manifests/secret-gen.yaml similarity index 100% rename from kind/stacks/ref-implementation/keycloak/manifests/secret-gen.yaml rename to template/stacks/ref-implementation/keycloak/manifests/secret-gen.yaml diff --git a/kind/stacks/ref-implementation/metric-server.yaml b/template/stacks/ref-implementation/metric-server.yaml similarity index 100% rename from kind/stacks/ref-implementation/metric-server.yaml rename to template/stacks/ref-implementation/metric-server.yaml diff --git a/kind/stacks/ref-implementation/replace.sh b/template/stacks/ref-implementation/replace.sh similarity index 100% rename from kind/stacks/ref-implementation/replace.sh rename to template/stacks/ref-implementation/replace.sh diff --git a/kind/stacks/ref-implementation/spark-operator.yaml b/template/stacks/ref-implementation/spark-operator.yaml similarity index 100% rename from kind/stacks/ref-implementation/spark-operator.yaml rename to template/stacks/ref-implementation/spark-operator.yaml diff --git a/kind/stacks/second-cluster/create-new-cluster-guestbook.yaml b/template/stacks/second-cluster/create-new-cluster-guestbook.yaml similarity index 100% rename from kind/stacks/second-cluster/create-new-cluster-guestbook.yaml rename to template/stacks/second-cluster/create-new-cluster-guestbook.yaml diff --git a/kind/stacks/second-cluster/create-new-cluster-guestbook/argocluster.yaml b/template/stacks/second-cluster/create-new-cluster-guestbook/argocluster.yaml similarity index 100% rename from kind/stacks/second-cluster/create-new-cluster-guestbook/argocluster.yaml rename to template/stacks/second-cluster/create-new-cluster-guestbook/argocluster.yaml diff --git a/kind/stacks/second-cluster/create-new-cluster-guestbook/guestbook.yaml b/template/stacks/second-cluster/create-new-cluster-guestbook/guestbook.yaml similarity index 100% rename from kind/stacks/second-cluster/create-new-cluster-guestbook/guestbook.yaml rename to template/stacks/second-cluster/create-new-cluster-guestbook/guestbook.yaml diff --git a/kind/stacks/second-cluster/create-new-cluster-guestbook/kindcluster.yaml b/template/stacks/second-cluster/create-new-cluster-guestbook/kindcluster.yaml similarity index 100% rename from kind/stacks/second-cluster/create-new-cluster-guestbook/kindcluster.yaml rename to template/stacks/second-cluster/create-new-cluster-guestbook/kindcluster.yaml