feat(argo-rollouts): Add service monitor (#474)

Co-authored-by: Scott Cabrinha <scott@internaught.io>
This commit is contained in:
Alan Tang 2020-10-27 17:31:38 +00:00 committed by GitHub
parent fbec017cfb
commit 1f67a85a58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 36 additions and 1 deletions

View file

@ -39,6 +39,7 @@ $ helm install --name my-release argo/argo-rollouts
| controller.tolerations | [Tolerations for use with node taints](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) | `[]` |
| controller.affinity | [Assign custom affinity rules to the deployment](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/) | `{}` |
| controller.nodeSelector | [Node selector](https://kubernetes.io/docs/user-guide/node-selection/) | `{}` |
| controller.metrics.serviceMonitor.enabled | bool | `false` | |
| imagePullSecrets | list | `[]` | |
| installCRDs | bool | `true` | |
| podAnnotations | object | `{}` | |