We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79b73a commit 91c17c3Copy full SHA for 91c17c3
1 file changed
.github/workflows/k8s-tests.yml
@@ -99,7 +99,7 @@ jobs:
99
helm status defectdojo
100
helm history defectdojo
101
kubectl get events --sort-by=.metadata.creationTimestamp
102
- kubectl describe pvc persistentvolumeclaim/data-defectdojo-postgresql-0
+ kubectl describe pvc data-defectdojo-postgresql-0
103
kubectl logs pod/defectdojo-postgresql-0 --all-containers --tail=100 --prefix
104
105
- name: Check Application
0 commit comments