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
Copy file name to clipboardExpand all lines: test/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,9 @@ Our integration tests may use different Kubernetes platforms to host the Kuberne
43
43
*`TEST_PLATFORM` (`kind`, `eks`)
44
44
*`CREATE_CLUSTER` (`true`, `false`).
45
45
46
+
Additionally, the deployment of the Kubernetes-Monitor can be configured through an environment variable:
47
+
*`DEPLOYMENT_TYPE` (`YAML`, `Operator`)
48
+
46
49
All integration tests determine the image to be tested based on the environment variable called `KUBERNETES_MONITOR_IMAGE_NAME_AND_TAG`, and fallback to `snyk/kubernetes-monitor:local`, meaning one has to make sure the image desired to be tested is properly named and tagged.
0 commit comments