Skip to content

Commit 1affe56

Browse files
authored
replace single quotes with double quotes in yaml
1 parent 7b39467 commit 1affe56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/addons/fluentd-gcp/scaler-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ spec:
3131
- name: MEMORY_REQUEST
3232
value: 200Mi
3333
- name: CPU_LIMIT
34-
value: '1'
34+
value: "1"
3535
- name: MEMORY_LIMIT
3636
value: 500Mi

0 commit comments

Comments
 (0)