You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/faq.md
+6
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,14 @@ time="2019-06-05T12:29:54Z" level=fatal msg="failed to create or get service for
32
32
Add the following to your `deploy/role.yaml` file to grant the operator permissions to set owner references to the metrics Service resource. This is needed so that the metrics Service will get deleted as soon as you delete the operators Deployment. If you are using another way of deploying your operator, have a look at [this guide][gc-metrics] for more information.
33
33
34
34
```
35
+
- apiGroups:
36
+
- apps
35
37
resources:
36
38
- deployments/finalizers
39
+
resourceNames:
40
+
- <operator-name>
41
+
verbs:
42
+
- "update"
37
43
```
38
44
39
45
## My Ansible module is missing a dependency. How do I add it to the image?
0 commit comments