We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ff4b88 + b8096b6 commit fa0dec6Copy full SHA for fa0dec6
1 file changed
.github/workflows/pytest.yml
@@ -123,7 +123,7 @@ jobs:
123
kind export logs --name ess-helm ./ess-helm-logs
124
kind export kubeconfig --name ess-helm
125
ns=$(kubectl --context kind-ess-helm get ns -l app.kubernetes.io/managed-by=pytest -o jsonpath='{.items[].metadata.name}')
126
- resources=("pods" "deployments" "statefulsets" "services" "configmaps" "secrets" "ingresses" "persistentvolumes" "persistentvolumeclaims" "endpoints")
+ resources=("pods" "deployments" "statefulsets" "services" "configmaps" "ingresses" "persistentvolumes" "persistentvolumeclaims" "endpoints")
127
for i in "${resources[@]}"; do
128
kubectl --context kind-ess-helm get "$i" -n "$ns" > "./ess-helm-logs/$i.txt"
129
echo "----" >> "./ess-helm-logs/$i.txt"
0 commit comments