We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af6f57 commit f80100cCopy full SHA for f80100c
kustomize/certmanager/postgres/cert.yaml
@@ -12,7 +12,7 @@ spec:
12
- hippo-org
13
# The use of the common name field has been deprecated since 2000 and is
14
# discouraged from being used.
15
- commonName: postgres-operator
+ commonName: hippo-primary
16
isCA: false
17
privateKey:
18
algorithm: ECDSA
@@ -23,6 +23,9 @@ spec:
23
# At least one of a DNS Name, URI, or IP address is required.
24
dnsNames:
25
- hippo-primary
26
+ - hippo-primary.postgres-operator
27
+ - hippo-primary.postgres-operator.svc
28
+ - hippo-primary.postgres-operator.svc.cluster.local
29
issuerRef:
30
name: ca-issuer
31
# We can reference ClusterIssuers by changing the kind here.
0 commit comments