Skip to content

Commit 7d80b21

Browse files
committed
resolve the pr conflict
Update readme.MD resolve the conflict
1 parent 8598d8c commit 7d80b21

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

module10/loki-stack/readme.MD

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ cd loki-stack
2020
```
2121
### replace all `rbac.authorization.k8s.io/v1beta1` with `rbac.authorization.k8s.io/v1` by
2222
```
23-
sed -i s#rbac.authorization.k8s.io/v1beta1#rbac.authorization.k8s.io/v1#g *.yaml
24-
25-
sed -i s#rbac.authorization.k8s.io/v1beta1#rbac.authorization.k8s.io/v1#g `grep -rl "rbac.authorization.k8s.io/v1beta1" ./loki-stack/ `
23+
grep -rl "rbac.authorization.k8s.io/v1beta1" . | xargs sed -i 's/rbac.authorization.k8s.io\/v1beta1/rbac.authorization.k8s.io\/v1/g'
2624
```
2725
### install loki locally
2826
```

0 commit comments

Comments
 (0)