Skip to content

Commit

Permalink
fix typos in example manifests (nats-io#52)
Browse files Browse the repository at this point in the history
* fix typo in example TLS certificate

* there was a trailing slash in the Certificate object from examples

Resolves:
Related:

* use empty map to define null field in Deployment

Resolves:
Related:
  • Loading branch information
Daniel Andrei Mincă authored Nov 25, 2021
1 parent b16fb72 commit 32017ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/secure/nack-b-client-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
secretName: nack-b-tls
duration: 2160h # 90 days
renewBefore: 240h # 10 days
issuerRef:\
issuerRef:
name: nats-ca
kind: Issuer
usages:
Expand Down
3 changes: 1 addition & 2 deletions examples/secure/nats-client-box.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ spec:
- name: nats-box
image: natsio/nats-box:0.6.0
imagePullPolicy: IfNotPresent
resources:
null
resources: {}
env:
- name: NATS_URL
value: nats
Expand Down

0 comments on commit 32017ea

Please sign in to comment.