Skip to content

Commit

Permalink
Merge pull request #265 from rackerlabs/PUC-506-20240910-1
Browse files Browse the repository at this point in the history
chore(postgres): removes the old crunchydata postgres operator
  • Loading branch information
nicholaskuechler authored Sep 10, 2024
2 parents c19a705 + 32235c9 commit ed3e4c1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 61 deletions.
1 change: 0 additions & 1 deletion components/nautobot/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- postgres-nautobot.yaml
- cloudnative-postgres-nautobot.yaml
- secretstore-nautobot.yaml
- external-secret-nautobot-sso.yaml
Expand Down
7 changes: 0 additions & 7 deletions components/nautobot/nautobot-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ nautobot:
db:
engine: "django.db.backends.postgresql"

# Using Crunchy postgres operator:
# host: "nautobot-primary.nautobot.svc"
# name: "nautobot"
# user: "nautobot"
# existingSecret: "nautobot-pguser-nautobot"
# existingSecretPasswordKey: "password"

# Using CloudNative postgres operator:
host: "nautobot-cluster-rw.nautobot.svc"
name: "app"
Expand Down
32 changes: 0 additions & 32 deletions components/nautobot/postgres-nautobot.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions operators/postgres-operator/kustomization.yaml

This file was deleted.

0 comments on commit ed3e4c1

Please sign in to comment.