Skip to content

Commit

Permalink
docs: Fixing bad annotation key in tls cert manager demo (#1929)
Browse files Browse the repository at this point in the history
docs: Add missing hyphen to annotation key

Signed-off-by: Kornel David <konel1020@gmail.com>
  • Loading branch information
davidkornel authored Oct 5, 2023
1 parent 2ba50ea commit 3c5e80c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/latest/user/tls-cert-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ We now have to patch the example Gateway to reference cert-manager:
$ kubectl patch gateway/eg --patch-file - <<EOF
metadata:
annotations:
cert-manager.io/clusterissuer: selfsigned
cert-manager.io/cluster-issuer: selfsigned
cert-manager.io/common-name: "Hello World!"
spec:
listeners:
Expand Down
2 changes: 1 addition & 1 deletion docs/v0.5.0/user/tls-cert-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ We now have to patch the example Gateway to reference cert-manager:
$ kubectl patch gateway/eg --patch-file - <<EOF
metadata:
annotations:
cert-manager.io/clusterissuer: selfsigned
cert-manager.io/cluster-issuer: selfsigned
cert-manager.io/common-name: "Hello World!"
spec:
listeners:
Expand Down

0 comments on commit 3c5e80c

Please sign in to comment.