What is recommended way to run integration tests after deployment? #1879
Replies: 2 comments
-
|
You could define your tests in Git as Kubernetes Job manifests, then create a dedicated Flux Kustomization for them by enabling |
Beta Was this translation helpful? Give feedback.
-
|
@stefanprodan would there be a way to automate the process of injecting a mutation in a
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently deploying third-party helm charts via Flux2's HelmRelease (CRD). While I can activate helm tests declaratively, the reallity is that some charts have very simplistic helm tests (if any).
It seems I cannot add helm tests to an already existing helm chart. I would have to create a wrapper chart just to add my own tests. I would like to avoid that.
I was wondering what would be the Flux2 way to run integration/stress tests for cases like this one, or applications using kustomize (Kustomizations).
According to the Jenkins + Flux use case documentation:
What is Flux's recommended way to run integration/stress tests without using
kubectl applyin a Jenkins pipeline?Beta Was this translation helpful? Give feedback.
All reactions