nedko@nedko:~/repo$ find . -name .git -type d | xargs -n1 -P4 -I% git --git-dir=% --work-tree=%/.. pull
-P4 is for working at 4 consecutive repos if needed
| apiVersion: rbac.authorization.k8s.io/v1 | |
| kind: Role | |
| metadata: | |
| creationTimestamp: null | |
| name: read-only | |
| namespace: rw-namespace | |
| rules: | |
| - apiGroups: | |
| - "" | |
| resources: |
| apiVersion: v1 | |
| kind: Pod | |
| metadata: | |
| name: nginxpod2 | |
| namespace: default | |
| spec: | |
| containers: | |
| - image: nginx:latest | |
| name: nginxpod2 | |
| serviceAccountName: app1serviceaccount2 |
| apiVersion: v1 | |
| kind: Namespace | |
| metadata: | |
| name: default | |
| --- | |
| apiVersion: v1 | |
| kind: ServiceAccount | |
| metadata: | |
| name: app1serviceaccount2 | |
| namespace: default |
nedko@nedko:~/repo$ find . -name .git -type d | xargs -n1 -P4 -I% git --git-dir=% --work-tree=%/.. pull
-P4 is for working at 4 consecutive repos if needed
I hereby claim:
To claim this, I am signing this object: