diff --git a/README.md b/README.md index f58a104..0aca9e9 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: bsky-pds resources: - - github.com/general-programming/kustomize-atproto-pds?ref=v0.0.1 # main can be used if you are brave + - github.com/general-programming/kustomize-atproto-pds/bsky-pds?ref=v0.0.2 # main can be used if you are brave - ingress.yaml # bring your own ingress - secret.yaml # generate your own secret.yaml below or use your choice of secret store patches: diff --git a/config.yaml b/bsky-pds/config.yaml similarity index 100% rename from config.yaml rename to bsky-pds/config.yaml diff --git a/deployment.yaml b/bsky-pds/deployment.yaml similarity index 100% rename from deployment.yaml rename to bsky-pds/deployment.yaml diff --git a/kustomization.yaml b/bsky-pds/kustomization.yaml similarity index 100% rename from kustomization.yaml rename to bsky-pds/kustomization.yaml diff --git a/secret.yaml b/bsky-pds/secret.yaml similarity index 100% rename from secret.yaml rename to bsky-pds/secret.yaml diff --git a/service.yaml b/bsky-pds/service.yaml similarity index 100% rename from service.yaml rename to bsky-pds/service.yaml diff --git a/shared-pv.yaml b/bsky-pds/shared-pv.yaml similarity index 100% rename from shared-pv.yaml rename to bsky-pds/shared-pv.yaml