Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
raw: Container - Expected [resources.limits.memory] to have one of the following formats [(Suffixed with E/P/T/G/M/K - eg. 1G), (Suffixed with Ei/Pi/Ti/Gi/Mi/Ki - eg. 1Gi), (Plain Integer in bytes - eg. 1024), (Exponent - eg. 134e6)], but got [8GB]
15 changes: 15 additions & 0 deletions charts/library/common-test/tests/chartContext/data_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,11 @@ tests:
enabled: true
primary: true
kind: HTTPRoute
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: test-gateway
namespace: test-namespace
hostnames:
- example.com
rules:
Expand Down Expand Up @@ -384,6 +389,11 @@ tests:
enabled: true
primary: true
kind: HTTPRoute
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: test-gateway
namespace: test-namespace
hostnames:
- route.example.com
rules:
Expand Down Expand Up @@ -439,6 +449,11 @@ tests:
enabled: true
primary: true
kind: HTTPRoute
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: test-gateway
namespace: test-namespace
hostnames:
- route.example.com
rules:
Expand Down
Loading