Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Oct 9, 2021
1 parent ae24248 commit 915a75d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/addons/nats/tls/examples/clusterissuer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: selfsigning
namespace: demo
spec:
selfSigned: {}
2 changes: 1 addition & 1 deletion docs/addons/nats/tls/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: selfsigning
namespace: demo
spec:
selfSigned: {}
```
Expand Down Expand Up @@ -101,6 +100,7 @@ apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
name: nats-ca
namespace: demo
spec:
ca:
secretName: nats-ca
Expand Down

0 comments on commit 915a75d

Please sign in to comment.