Skip to content

Commit

Permalink
Add access to podmonitor in quick-start quide
Browse files Browse the repository at this point in the history
  • Loading branch information
zvlb committed Jan 10, 2024
1 parent 7009ec6 commit ccd74cb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,12 @@ rules:
- get
- patch
- update
- apiGroups:
- monitoring.coreos.com
resources:
- podmonitors
verbs:
- '*'
EOF

# Create ClusterRoleBinding for Vector Operator
Expand Down Expand Up @@ -388,4 +394,4 @@ kubectl delete clusterrolebinding vector-operator
kubectl delete -f config/crd/bases/observability.kaasops.io_vectors.yaml
kubectl delete -f config/crd/bases/observability.kaasops.io_vectorpipelines.yaml
kubectl delete -f config/crd/bases/observability.kaasops.io_clustervectorpipelines.yaml
```
```

0 comments on commit ccd74cb

Please sign in to comment.