Skip to content

Commit

Permalink
fix doc to fit new field name
Browse files Browse the repository at this point in the history
Signed-off-by: Ling Samuel <[email protected]>
  • Loading branch information
lingsamuel committed May 31, 2021
1 parent 600048e commit ecda49b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/en/latest/practices/mtls.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ spec:
name: server-secret
namespace: default
client:
ca:
caSecret:
name: client-ca-secret
namespace: default
depth: 10
Expand Down
2 changes: 1 addition & 1 deletion docs/en/latest/practices/mtls/mtls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
name: server-secret
namespace: default
client:
ca:
caSecret:
name: client-ca-secret
namespace: default
depth: 10
2 changes: 1 addition & 1 deletion samples/deploy/crd/v1beta1/ApisixTls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
and verify depth
type: object
properties:
ca:
caSecret:
description: ApisixSecret describes the Kubernetes Secret name and
namespace.
type: object
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/scaffold/ssl.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
name: %s
namespace: %s
client:
ca:
caSecret:
name: %s
namespace: %s
depth: 10
Expand Down

0 comments on commit ecda49b

Please sign in to comment.