Skip to content

Commit

Permalink
fixed annotations single quotes for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkermichael committed Jul 27, 2023
1 parent bbac998 commit 4fc2b09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
metadata:
annotations:
'consul.hashicorp.com/connect-inject': 'true'
consul.hashicorp.com/connect-service-upstreams: "static-server.ns2.default:8080"
'consul.hashicorp.com/connect-service-upstreams': 'static-server.ns2.default:8080'
spec:
containers:
- name: static-client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
metadata:
annotations:
'consul.hashicorp.com/connect-inject': 'true'
consul.hashicorp.com/connect-service-upstreams: "static-server.ns2.ap1:8080"
'consul.hashicorp.com/connect-service-upstreams': 'static-server.ns2.ap1:8080'
spec:
containers:
- name: static-client
Expand Down

0 comments on commit 4fc2b09

Please sign in to comment.