Skip to content

Commit 946cb4d

Browse files
authored
Merge pull request #394 from shiftstack/collect-all-objects-ci
CI: Collect objects from all namespaces
2 parents aa3c28a + 157bff1 commit 946cb4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hack/collectlogs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ kubectl get -n orc-system all -o yaml > "$LOG_DIR/orc-resources.yaml"
3434
mkdir "$LOG_DIR/orc-managed-resources"
3535
for crd in config/crd/bases/openstack.k-orc.cloud_*; do
3636
resource=${crd:39:-5}
37-
kubectl get "${resource}" -o yaml > "$LOG_DIR/orc-managed-resources/${resource}.yaml"
37+
kubectl get "${resource}" -A -o yaml > "$LOG_DIR/orc-managed-resources/${resource}.yaml"
3838
done
3939

4040
sudo find "$LOG_DIR" -type d -exec chmod 0755 {} \;

0 commit comments

Comments
 (0)