Skip to content

Commit b1fa1e7

Browse files
authored
Fix the resources type in the webpage example (#934)
1 parent 088cebe commit b1fa1e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample-operators/webpage/k8s/operator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ rules:
9292
- apiGroups:
9393
- "sample.javaoperatorsdk"
9494
resources:
95-
- webservers
96-
- webservers/status
95+
- webpages
96+
- webpages/status
9797
verbs:
9898
- '*'

0 commit comments

Comments
 (0)