Skip to content

Commit

Permalink
Fix 141:43 [brackets] too many spaces inside brackets
Browse files Browse the repository at this point in the history
Signed-off-by: Ashwani Singh <[email protected]>
  • Loading branch information
ashwani-opstree committed Jul 31, 2024
1 parent 30f3ca9 commit 1354775
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions charts/pga/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ app:
target_label: __param_target
replacement: ${1}${2}
- source_labels:
- __param_target ]
- __param_target ]
target_label: instance
- source_labels: []
target_label: __address__
Expand Down Expand Up @@ -138,7 +138,8 @@ kube:
volumeClaimTemplate:
spec:
# storageClassName: encrypted-gp3
accessModes: [ "ReadWriteOnce" ]
accessModes:
- "ReadWriteOnce"
resources:
requests:
storage: 1Gi
Expand Down Expand Up @@ -304,7 +305,7 @@ blackbox:
fail_if_not_ssl: false

adapter:
enabled: false
enabled: false

thanos:
enabled: false

0 comments on commit 1354775

Please sign in to comment.