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:
|
||||
requests:
|
||||
memory: "1Gi"
|
||||
cpu: 1
|
||||
cpu: "1"
|
||||
limits:
|
||||
memory: "1Gi"
|
||||
cpu: 1
|
||||
cpu: "1"
|
||||
managed:
|
||||
roles:
|
||||
- name: coder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue