8000 correct callimg the wrong namespace · java-operator-sdk/samples@a020001 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jan 4, 2022. It is now read-only.

Commit a020001

Browse files
correct callimg the wrong namespace
1 parent efedf39 commit a020001

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/TomcatIntegrationTest.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@ jobs:
4646
- name: Run unit tests
4747
run: mvn -B test -q --file tomcat/pom.xml
4848

49-
- name: Get webapps
50-
#if: ${{ failure() }}
51-
run: |
52-
kubectl get tomcats,webapps -A -o yaml | tee -a debug
53-
kubectl -n tomcat-test -c tomcat logs -l app=test-tomcat1 | grep startup
54-
5549
tomcat_local_apply_setup_test:
5650
runs-on: ubuntu-latest
5751
steps:
@@ -189,7 +183,7 @@ jobs:
189183
#if: ${{ failure() }}
190184
run: |
191185
kubectl get tomcats,webapps -A -o yaml | tee -a debug
192-
kubectl -n tomcat-test -c tomcat logs -l app=test-tomcat1 | grep startup
186+
kubectl -n tomcatoperator-sample -c tomcat logs -l app=test-tomcat1 | grep startup
193187
194188
- name: check code
195189
run: |

0 commit comments

Comments
 (0)
0