Skip to content

Commit 9ac19e7

Browse files
committed
Fix LoadBalancer annotation format
Use string type in annotation.
1 parent c31e299 commit 9ac19e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/nginx-loadbalancer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
labels:
88
app: nginx
99
annotations:
10-
loadbalancer.openstack.org/x-forwarded-for: true
10+
loadbalancer.openstack.org/x-forwarded-for: "true"
1111
spec:
1212
type: LoadBalancer
1313
ports:

0 commit comments

Comments
 (0)