Skip to content

Commit f80100c

Browse files
author
Jonathan S. Katz
committed
Update configuration in cert-manager example
This provides more valid domain name that can be used in the example.
1 parent 4af6f57 commit f80100c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

kustomize/certmanager/postgres/cert.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
- hippo-org
1313
# The use of the common name field has been deprecated since 2000 and is
1414
# discouraged from being used.
15-
commonName: postgres-operator
15+
commonName: hippo-primary
1616
isCA: false
1717
privateKey:
1818
algorithm: ECDSA
@@ -23,6 +23,9 @@ spec:
2323
# At least one of a DNS Name, URI, or IP address is required.
2424
dnsNames:
2525
- hippo-primary
26+
- hippo-primary.postgres-operator
27+
- hippo-primary.postgres-operator.svc
28+
- hippo-primary.postgres-operator.svc.cluster.local
2629
issuerRef:
2730
name: ca-issuer
2831
# We can reference ClusterIssuers by changing the kind here.

0 commit comments

Comments
 (0)