Skip to content

Commit

Permalink
switch to common secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 committed Oct 31, 2024
1 parent b684e9b commit 4be8309
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/data/ap-waf-grpc/tls-secret.yaml
2 changes: 1 addition & 1 deletion tests/data/ap-waf-grpc/virtual-server-waf-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
policies:
- name: waf-policy
tls:
secret: virtual-server-tls-grpc-secret
secret: tls-secret
upstreams:
- name: grpc1
service: grpc1-svc
Expand Down
2 changes: 1 addition & 1 deletion tests/data/ap-waf-grpc/vsr-virtual-server-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
host: virtual-server.example.com
tls:
secret: virtual-server-tls-grpc-secret
secret: tls-secret
routes:
- path: "~* /helloworld.greeter/"
route: helloworld.greeter

0 comments on commit 4be8309

Please sign in to comment.