From dd9b4b1cb75241f957dd2cbd55df9aee1b2a94f3 Mon Sep 17 00:00:00 2001 From: "Andriy Kushnir (Orhideous)" Date: Sat, 1 Apr 2023 22:22:44 +0300 Subject: [PATCH] Move examples out of docs/ directory --- {docs/examples => examples}/README.md | 0 {docs/examples => examples}/kustomize/.gitignore | 0 {docs/examples => examples}/kustomize/README.md | 0 {docs/examples => examples}/kustomize/base/configmap.yaml | 0 {docs/examples => examples}/kustomize/base/ingress.yaml | 0 {docs/examples => examples}/kustomize/base/kustomization.yaml | 0 {docs/examples => examples}/kustomize/base/service.yaml | 0 {docs/examples => examples}/kustomize/headscale.bash | 0 {docs/examples => examples}/kustomize/init.bash | 0 {docs/examples => examples}/kustomize/install-cert-manager.bash | 0 {docs/examples => examples}/kustomize/postgres/deployment.yaml | 0 {docs/examples => examples}/kustomize/postgres/kustomization.yaml | 0 .../kustomize/postgres/postgres-service.yaml | 0 .../kustomize/postgres/postgres-statefulset.yaml | 0 .../kustomize/production-tls/ingress-patch.yaml | 0 .../kustomize/production-tls/kustomization.yaml | 0 .../kustomize/production-tls/production-issuer.yaml | 0 {docs/examples => examples}/kustomize/sqlite/kustomization.yaml | 0 {docs/examples => examples}/kustomize/sqlite/statefulset.yaml | 0 .../kustomize/staging-tls/ingress-patch.yaml | 0 .../kustomize/staging-tls/kustomization.yaml | 0 .../kustomize/staging-tls/staging-issuer.yaml | 0 22 files changed, 0 insertions(+), 0 deletions(-) rename {docs/examples => examples}/README.md (100%) rename {docs/examples => examples}/kustomize/.gitignore (100%) rename {docs/examples => examples}/kustomize/README.md (100%) rename {docs/examples => examples}/kustomize/base/configmap.yaml (100%) rename {docs/examples => examples}/kustomize/base/ingress.yaml (100%) rename {docs/examples => examples}/kustomize/base/kustomization.yaml (100%) rename {docs/examples => examples}/kustomize/base/service.yaml (100%) rename {docs/examples => examples}/kustomize/headscale.bash (100%) rename {docs/examples => examples}/kustomize/init.bash (100%) rename {docs/examples => examples}/kustomize/install-cert-manager.bash (100%) rename {docs/examples => examples}/kustomize/postgres/deployment.yaml (100%) rename {docs/examples => examples}/kustomize/postgres/kustomization.yaml (100%) rename {docs/examples => examples}/kustomize/postgres/postgres-service.yaml (100%) rename {docs/examples => examples}/kustomize/postgres/postgres-statefulset.yaml (100%) rename {docs/examples => examples}/kustomize/production-tls/ingress-patch.yaml (100%) rename {docs/examples => examples}/kustomize/production-tls/kustomization.yaml (100%) rename {docs/examples => examples}/kustomize/production-tls/production-issuer.yaml (100%) rename {docs/examples => examples}/kustomize/sqlite/kustomization.yaml (100%) rename {docs/examples => examples}/kustomize/sqlite/statefulset.yaml (100%) rename {docs/examples => examples}/kustomize/staging-tls/ingress-patch.yaml (100%) rename {docs/examples => examples}/kustomize/staging-tls/kustomization.yaml (100%) rename {docs/examples => examples}/kustomize/staging-tls/staging-issuer.yaml (100%) diff --git a/docs/examples/README.md b/examples/README.md similarity index 100% rename from docs/examples/README.md rename to examples/README.md diff --git a/docs/examples/kustomize/.gitignore b/examples/kustomize/.gitignore similarity index 100% rename from docs/examples/kustomize/.gitignore rename to examples/kustomize/.gitignore diff --git a/docs/examples/kustomize/README.md b/examples/kustomize/README.md similarity index 100% rename from docs/examples/kustomize/README.md rename to examples/kustomize/README.md diff --git a/docs/examples/kustomize/base/configmap.yaml b/examples/kustomize/base/configmap.yaml similarity index 100% rename from docs/examples/kustomize/base/configmap.yaml rename to examples/kustomize/base/configmap.yaml diff --git a/docs/examples/kustomize/base/ingress.yaml b/examples/kustomize/base/ingress.yaml similarity index 100% rename from docs/examples/kustomize/base/ingress.yaml rename to examples/kustomize/base/ingress.yaml diff --git a/docs/examples/kustomize/base/kustomization.yaml b/examples/kustomize/base/kustomization.yaml similarity index 100% rename from docs/examples/kustomize/base/kustomization.yaml rename to examples/kustomize/base/kustomization.yaml diff --git a/docs/examples/kustomize/base/service.yaml b/examples/kustomize/base/service.yaml similarity index 100% rename from docs/examples/kustomize/base/service.yaml rename to examples/kustomize/base/service.yaml diff --git a/docs/examples/kustomize/headscale.bash b/examples/kustomize/headscale.bash similarity index 100% rename from docs/examples/kustomize/headscale.bash rename to examples/kustomize/headscale.bash diff --git a/docs/examples/kustomize/init.bash b/examples/kustomize/init.bash similarity index 100% rename from docs/examples/kustomize/init.bash rename to examples/kustomize/init.bash diff --git a/docs/examples/kustomize/install-cert-manager.bash b/examples/kustomize/install-cert-manager.bash similarity index 100% rename from docs/examples/kustomize/install-cert-manager.bash rename to examples/kustomize/install-cert-manager.bash diff --git a/docs/examples/kustomize/postgres/deployment.yaml b/examples/kustomize/postgres/deployment.yaml similarity index 100% rename from docs/examples/kustomize/postgres/deployment.yaml rename to examples/kustomize/postgres/deployment.yaml diff --git a/docs/examples/kustomize/postgres/kustomization.yaml b/examples/kustomize/postgres/kustomization.yaml similarity index 100% rename from docs/examples/kustomize/postgres/kustomization.yaml rename to examples/kustomize/postgres/kustomization.yaml diff --git a/docs/examples/kustomize/postgres/postgres-service.yaml b/examples/kustomize/postgres/postgres-service.yaml similarity index 100% rename from docs/examples/kustomize/postgres/postgres-service.yaml rename to examples/kustomize/postgres/postgres-service.yaml diff --git a/docs/examples/kustomize/postgres/postgres-statefulset.yaml b/examples/kustomize/postgres/postgres-statefulset.yaml similarity index 100% rename from docs/examples/kustomize/postgres/postgres-statefulset.yaml rename to examples/kustomize/postgres/postgres-statefulset.yaml diff --git a/docs/examples/kustomize/production-tls/ingress-patch.yaml b/examples/kustomize/production-tls/ingress-patch.yaml similarity index 100% rename from docs/examples/kustomize/production-tls/ingress-patch.yaml rename to examples/kustomize/production-tls/ingress-patch.yaml diff --git a/docs/examples/kustomize/production-tls/kustomization.yaml b/examples/kustomize/production-tls/kustomization.yaml similarity index 100% rename from docs/examples/kustomize/production-tls/kustomization.yaml rename to examples/kustomize/production-tls/kustomization.yaml diff --git a/docs/examples/kustomize/production-tls/production-issuer.yaml b/examples/kustomize/production-tls/production-issuer.yaml similarity index 100% rename from docs/examples/kustomize/production-tls/production-issuer.yaml rename to examples/kustomize/production-tls/production-issuer.yaml diff --git a/docs/examples/kustomize/sqlite/kustomization.yaml b/examples/kustomize/sqlite/kustomization.yaml similarity index 100% rename from docs/examples/kustomize/sqlite/kustomization.yaml rename to examples/kustomize/sqlite/kustomization.yaml diff --git a/docs/examples/kustomize/sqlite/statefulset.yaml b/examples/kustomize/sqlite/statefulset.yaml similarity index 100% rename from docs/examples/kustomize/sqlite/statefulset.yaml rename to examples/kustomize/sqlite/statefulset.yaml diff --git a/docs/examples/kustomize/staging-tls/ingress-patch.yaml b/examples/kustomize/staging-tls/ingress-patch.yaml similarity index 100% rename from docs/examples/kustomize/staging-tls/ingress-patch.yaml rename to examples/kustomize/staging-tls/ingress-patch.yaml diff --git a/docs/examples/kustomize/staging-tls/kustomization.yaml b/examples/kustomize/staging-tls/kustomization.yaml similarity index 100% rename from docs/examples/kustomize/staging-tls/kustomization.yaml rename to examples/kustomize/staging-tls/kustomization.yaml diff --git a/docs/examples/kustomize/staging-tls/staging-issuer.yaml b/examples/kustomize/staging-tls/staging-issuer.yaml similarity index 100% rename from docs/examples/kustomize/staging-tls/staging-issuer.yaml rename to examples/kustomize/staging-tls/staging-issuer.yaml