Skip to content

Commit

Permalink
fixed typos in examples, fixes #1189
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk committed Dec 17, 2024
1 parent 289b149 commit 217fda9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/examples/vmcluster_with_service_override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
containerPort: 8055
serviceSpec:
# expose additional port with default service
userAsDefault: true
useAsDefault: true
spec:
ports:
- name: extra-port
Expand Down Expand Up @@ -45,7 +45,7 @@ spec:
metadata:
annotations:
my-cloud-provide-annotation: value
userAsDefault: true
useAsDefault: true
spec:
type: LoadBalancer
resources:
Expand Down

0 comments on commit 217fda9

Please sign in to comment.