Skip to content

Commit c9b9c65

Browse files
committed
docs: update examples
1 parent 4eeb7c3 commit c9b9c65

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

examples/cluster-issuer/certificate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
secretName: test-tls
77
dnsNames:
8-
- hello-webhook-1.kosmoz.local.gkube.eu
8+
- example.mycompany.com
99
issuerRef:
1010
group: cert-manager.io
1111
kind: ClusterIssuer

examples/cluster-issuer/cluster-issuer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
server: https://acme-staging-v02.api.letsencrypt.org/directory
88
privateKeySecretRef:
99
name: exoscale-example-account-key
10-
10+
1111
solvers:
1212
- dns01:
1313
webhook:

testdata/exoscale-solver/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ Config format:
44

55
```json
66
{
7-
"apiKey": "EXOf2b10337b1a9dd059ade5890",
8-
"apiSecret": "tx11Nh3oVb6HYuT085uolfga1RNK7ykJo0JQlUXJ7rw",
9-
"domainId": "89083a5c-b648-474a-0000-0000001223e3"
7+
"apiKey": { "value": "..." },
8+
"apiSecret": { "value": "..." }
109
}
1110
```

0 commit comments

Comments
 (0)