You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm searching for a test tool that supports me testing my kustomize overlays in terms of:
"What you define in your overlay matches the expected outcome."
What i basically need is:
It can run commands like kustomize build ${myoverlay} > foo.yaml
It compares the manifests from foo.yaml with some asserted resources. The minimum i need is kind, apiVersion, metadata.name and metadata.namespace.
For this i don't need or even want deploy this anywhere.
Is this kind of setup possible with kuttl?
The text was updated successfully, but these errors were encountered:
Hi!
I'm searching for a test tool that supports me testing my kustomize overlays in terms of:
"What you define in your overlay matches the expected outcome."
What i basically need is:
kustomize build ${myoverlay} > foo.yaml
foo.yaml
with some asserted resources. The minimum i need is kind, apiVersion, metadata.name and metadata.namespace.For this i don't need or even want deploy this anywhere.
Is this kind of setup possible with kuttl?
The text was updated successfully, but these errors were encountered: