Skip to content

Commit 91c17c3

Browse files
committed
Log fix
1 parent d79b73a commit 91c17c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/k8s-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
helm status defectdojo
100100
helm history defectdojo
101101
kubectl get events --sort-by=.metadata.creationTimestamp
102-
kubectl describe pvc persistentvolumeclaim/data-defectdojo-postgresql-0
102+
kubectl describe pvc data-defectdojo-postgresql-0
103103
kubectl logs pod/defectdojo-postgresql-0 --all-containers --tail=100 --prefix
104104
105105
- name: Check Application

0 commit comments

Comments
 (0)