fixed quote error
This commit is contained in:
parent
3622f24569
commit
b0f7875d38
1 changed files with 2 additions and 2 deletions
|
|
@ -10,10 +10,10 @@ spec:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "1Gi"
|
memory: "1Gi"
|
||||||
cpu: 1
|
cpu: "1"
|
||||||
limits:
|
limits:
|
||||||
memory: "1Gi"
|
memory: "1Gi"
|
||||||
cpu: 1
|
cpu: "1"
|
||||||
managed:
|
managed:
|
||||||
roles:
|
roles:
|
||||||
- name: coder
|
- name: coder
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue