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
From the fallout of kubewarden/helm-charts#311, it is obvious we need some minimum testing of the policy-reporter UI subchart.
Acceptance criteria
Test installation of the policy reporter subchart with auditScanner.policyReporter=true.
Check that the kubewarden-controller-ui is up and running.
Check that the services kubewarden-controller-ui and kubewarden-controller-policy-reporter are available.
Perform a minimal smoke test (e.g: setting kubectl port-forward service/kubewarden-controller-ui 8082:8080 -n kubewarden and hitting the kubewarden-controller-ui in localhost:8082). Maybe there's better ways.
Repeat the test in upgrade scenarios, upgrading the policy-reporter chart bits too, by upgrading from an install with auditScanner.policyReporter=true .
The text was updated successfully, but these errors were encountered:
From the fallout of kubewarden/helm-charts#311, it is obvious we need some minimum testing of the policy-reporter UI subchart.
Acceptance criteria
Test installation of the policy reporter subchart with
auditScanner.policyReporter=true
.kubewarden-controller-ui
is up and running.kubewarden-controller-ui
andkubewarden-controller-policy-reporter
are available.kubectl port-forward service/kubewarden-controller-ui 8082:8080 -n kubewarden
and hitting the kubewarden-controller-ui in localhost:8082). Maybe there's better ways.Repeat the test in upgrade scenarios, upgrading the policy-reporter chart bits too, by upgrading from an install with
auditScanner.policyReporter=true
.The text was updated successfully, but these errors were encountered: