mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-14 10:30:59 +00:00
helm values on inflator config - test
Signed-off-by: Petr Michalec <epcim@apealive.net>
This commit is contained in:
@@ -114,6 +114,14 @@ releaseName: test
|
|||||||
releaseNamespace: testNamespace
|
releaseNamespace: testNamespace
|
||||||
values: %s
|
values: %s
|
||||||
`, tempDir, tempDir, valuesPath))
|
`, tempDir, tempDir, valuesPath))
|
||||||
|
valuesLocal:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
memory: 512Mi
|
||||||
|
cpu: 1000m
|
||||||
|
requests:
|
||||||
|
memory: 512Mi
|
||||||
|
cpu: 200m
|
||||||
|
|
||||||
th.AssertActualEqualsExpected(rm, `
|
th.AssertActualEqualsExpected(rm, `
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
|||||||
Reference in New Issue
Block a user