Skip to content

Commit

Permalink
fix: using new node selector
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed Jun 18, 2022
1 parent d96d4f8 commit fc88308
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/concerns/dependencies-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ mysql:
requests:
- name: cpu
value: 0.2
- name: memory
value: 64Mi
limits:
- name: cpu
value: 1
- name: memory
value: 1024Mi

postgres:
enabled: true
Expand Down

0 comments on commit fc88308

Please sign in to comment.