File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868 --set mysql.useExternal=true \
6969 --set mysql.externalServer=mysql \
7070 --set lake.encryptionSecret.secret=$(openssl rand -base64 2000 | tr -dc 'A-Z' | fold -w 128 | head -n 1)
71- kubectl get pods -o wide
72- kubectl get services -o wide
7371
7472 - name : Helm install devlake
7573 if : matrix.database_type == 'mysql-builtin'
8280 --set service.uiPort=30000 \
8381 --set mysql.image.tag=8-debian \
8482 --set lake.encryptionSecret.secret=$(openssl rand -base64 2000 | tr -dc 'A-Z' | fold -w 128 | head -n 1)
83+
84+ - name : List cluster resources
85+ if : ${{ always() }}
86+ run : |
8587 kubectl get pods -o wide
8688 kubectl get services -o wide
89+ kubectl get deployments -o wide
90+ kubectl get cm
91+ kubectl get secrets
92+ kubectl get pvc
8793
8894 # TODO: using some e2e test code to replace it
8995 - name : Curl with endpoints
You can’t perform that action at this time.
0 commit comments