Skip to content

Commit ab7504d

Browse files
author
Jonathan S. Katz
committed
Fix cert-manager example
This was not using the namespace that is used consistently across the examples, which could cause confusion. Adjusted some of the defaults to work more nicely in base installs.
1 parent f3601a9 commit ab7504d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
namespace: zoo
1+
namespace: postgres-operator
22

33
resources:
44
- cert.yaml
55
- cert-repl.yaml
6-
- postgres.yaml
6+
- postgres.yaml

kustomize/certmanager/postgres/postgres.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ metadata:
55
spec:
66
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-ha:centos8-13.3-0
77
postgresVersion: 13
8-
openshift: true
98
customReplicationTLSSecret:
109
name: hippo-repl-tls
1110
customTLSSecret:

0 commit comments

Comments
 (0)