This repository was archived by the owner on Oct 14, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -230,6 +230,8 @@ jobs:
230230 kubectl -n securecodebox-system get deployments
231231 echo "Deployment in namspace 'securecodebox-system'"
232232 kubectl -n securecodebox-system get pods
233+ echo "Operator Startup Logs"
234+ kubectl -n securecodebox-system logs deployment/securecodebox-controller-manager
233235 - name : " Install Test Dependencies"
234236 run : |
235237 cd tests/integration/
@@ -239,6 +241,14 @@ jobs:
239241 kubectl --namespace integration-tests apply -f integrations/nmap/nmap-scan-type.yaml -f integrations/nmap/nmap-parse-definition.yaml
240242 cd tests/integration/
241243 npx jest --ci --color nmap
244+ - name : " Inspect Operator"
245+ run : |
246+ echo "Deployment in namspace 'securecodebox-system'"
247+ kubectl -n securecodebox-system get deployments
248+ echo "Deployment in namspace 'securecodebox-system'"
249+ kubectl -n securecodebox-system get pods
250+ echo "Operator Startup Logs"
251+ kubectl -n securecodebox-system logs deployment/securecodebox-controller-manager
242252 - name : " Delete kind cluster"
243253 run : |
244254 kind delete cluster
You can’t perform that action at this time.
0 commit comments