mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +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
|
||||
values: %s
|
||||
`, tempDir, tempDir, valuesPath))
|
||||
valuesLocal:
|
||||
resources:
|
||||
limits:
|
||||
memory: 512Mi
|
||||
cpu: 1000m
|
||||
requests:
|
||||
memory: 512Mi
|
||||
cpu: 200m
|
||||
|
||||
th.AssertActualEqualsExpected(rm, `
|
||||
apiVersion: v1
|
||||
|
||||
Reference in New Issue
Block a user