Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ondracek-tric committed Aug 14, 2024
1 parent 42ccc76 commit 5793dff
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Charts/qtest-launch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ rollouts:
# args:
# - name: service-name
- setWeight: 50
- pause: {duration: 10s}
- pause: { duration: 10s }

Check failure on line 49 in Charts/qtest-launch/values.yaml

View workflow job for this annotation

GitHub Actions / lint-chart

[braces] too many spaces inside braces

Check failure on line 49 in Charts/qtest-launch/values.yaml

View workflow job for this annotation

GitHub Actions / lint-chart

[braces] too many spaces inside braces
service:
type: LoadBalancer
annotations: {}
Expand Down Expand Up @@ -125,7 +125,7 @@ vpaAutoscaling:
updateMode: "Off"
resourcePolicy:
containerPolicies:
- containerName: '*'
- containerName: "*"
controlledValues: RequestsAndLimits
# HPA values
autoscaling:
Expand Down
4 changes: 2 additions & 2 deletions Charts/qtest-mgr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rollouts:
# args:
# - name: service-name
- setWeight: 50
- pause: {duration: 10s}
- pause: { duration: 10s }

Check failure on line 30 in Charts/qtest-mgr/values.yaml

View workflow job for this annotation

GitHub Actions / lint-chart

[braces] too many spaces inside braces

Check failure on line 30 in Charts/qtest-mgr/values.yaml

View workflow job for this annotation

GitHub Actions / lint-chart

[braces] too many spaces inside braces
liquibase:
enabled: true
securityContext: {}
Expand Down Expand Up @@ -430,7 +430,7 @@ vpaAutoscaling:
updateMode: "Off"
resourcePolicy:
containerPolicies:
- containerName: '*'
- containerName: "*"
controlledValues: RequestsAndLimits
# HPA values
autoscaling:
Expand Down
4 changes: 2 additions & 2 deletions Charts/qtest-parameters/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ rollouts:
# args:
# - name: service-name
- setWeight: 50
- pause: {duration: 10s}
- pause: { duration: 10s }

Check failure on line 49 in Charts/qtest-parameters/values.yaml

View workflow job for this annotation

GitHub Actions / lint-chart

[braces] too many spaces inside braces

Check failure on line 49 in Charts/qtest-parameters/values.yaml

View workflow job for this annotation

GitHub Actions / lint-chart

[braces] too many spaces inside braces
extraInitContainers: []
extraContainers: []
extraArgs: []
Expand Down Expand Up @@ -126,7 +126,7 @@ vpaAutoscaling:
updateMode: "Off"
resourcePolicy:
containerPolicies:
- containerName: '*'
- containerName: "*"
controlledValues: RequestsAndLimits
# HPA values
autoscaling:
Expand Down
4 changes: 2 additions & 2 deletions Charts/qtest-scenario/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ rollouts:
# args:
# - name: service-name
- setWeight: 50
- pause: {duration: 10s}
- pause: { duration: 10s }

Check failure on line 49 in Charts/qtest-scenario/values.yaml

View workflow job for this annotation

GitHub Actions / lint-chart

[braces] too many spaces inside braces

Check failure on line 49 in Charts/qtest-scenario/values.yaml

View workflow job for this annotation

GitHub Actions / lint-chart

[braces] too many spaces inside braces
service:
type: LoadBalancer
annotations: {}
Expand Down Expand Up @@ -127,7 +127,7 @@ vpaAutoscaling:
updateMode: "Off"
resourcePolicy:
containerPolicies:
- containerName: '*'
- containerName: "*"
controlledValues: RequestsAndLimits
# HPA values
autoscaling:
Expand Down
4 changes: 2 additions & 2 deletions Charts/qtest-session/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ rollouts:
# args:
# - name: service-name
- setWeight: 50
- pause: {duration: 10s}
- pause: { duration: 10s }

Check failure on line 42 in Charts/qtest-session/values.yaml

View workflow job for this annotation

GitHub Actions / lint-chart

[braces] too many spaces inside braces

Check failure on line 42 in Charts/qtest-session/values.yaml

View workflow job for this annotation

GitHub Actions / lint-chart

[braces] too many spaces inside braces
serviceAccount:
# Specifies whether a service account should be created
create: true
Expand Down Expand Up @@ -141,7 +141,7 @@ vpaAutoscaling:
updateMode: "Off"
resourcePolicy:
containerPolicies:
- containerName: '*'
- containerName: "*"
controlledValues: RequestsAndLimits
# HPA values
autoscaling:
Expand Down

0 comments on commit 5793dff

Please sign in to comment.