Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemnoel committed Sep 19, 2024
1 parent 7b2df41 commit 9dd65ca
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: paradedb-paradedb-cluster
name: paradedb--cluster
status:
readyInstances: 2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- name: DB_URI
valueFrom:
secretKeyRef:
name: paradedb-paradedb-cluster-app
name: paradedb--cluster-app
key: uri
image: alpine:3.19
command: ['sh', '-c']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- name: DB_URI
valueFrom:
secretKeyRef:
name: paradedb-paradedb-cluster-app
name: paradedb--cluster-app
key: uri
image: alpine:3.19
command: ['sh', '-c']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
- name: DB_URI
valueFrom:
secretKeyRef:
name: paradedb-paradedb-cluster-superuser
name: paradedb--cluster-superuser
key: uri
image: alpine:3.19
command: ['sh', '-c']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ metadata:
spec:
method: barmanObjectStore
cluster:
name: paradedb-paradedb-cluster
name: paradedb--cluster
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: post-init-backup
spec:
cluster:
name: paradedb-paradedb-cluster
name: paradedb--cluster
method: barmanObjectStore
status:
phase: completed
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: post-init-backup
spec:
cluster:
name: paradedb-paradedb-cluster
name: paradedb--cluster
method: barmanObjectStore
status:
phase: running
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- name: DB_URI
valueFrom:
secretKeyRef:
name: paradedb-paradedb-cluster-superuser
name: paradedb--cluster-superuser
key: uri
image: alpine:3.19
command: ['sh', '-c']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- name: DB_URI
valueFrom:
secretKeyRef:
name: paradedb-paradedb-cluster-superuser
name: paradedb--cluster-superuser
key: uri
- name: NAMESPACE
valueFrom:
Expand Down

0 comments on commit 9dd65ca

Please sign in to comment.