helm values on inflator config - test

Signed-off-by: Petr Michalec <epcim@apealive.net>
This commit is contained in:
Petr Michalec
2020-12-15 08:39:17 +01:00
parent 494977b9d0
commit 8ac6954de1

View File

@@ -114,6 +114,14 @@ releaseName: test
releaseNamespace: testNamespace
values: %s
`, tempDir, tempDir, valuesPath))
valuesLocal:
resources:
limits:
memory: 512Mi
cpu: 1000m
requests:
memory: 512Mi
cpu: 200m
th.AssertActualEqualsExpected(rm, `
apiVersion: v1