Create optional serviceAnnotations value in helm chart (#867)

* Create optional serviceAnnotations value in helm chart

* update annotation key

* update annotation key - webhook service

* fix README.md

* docs: using consistent tense

* docs: making the code comments more generic
This commit is contained in:
Arun Anandhan
2021-10-17 15:37:43 -06:00
committed by GitHub
parent 43141cb751
commit 0401b2d786
4 changed files with 14 additions and 0 deletions

View File

@@ -71,11 +71,15 @@ securityContext:
# runAsNonRoot: true
# runAsUser: 1000
# Webhook service resource
service:
type: ClusterIP
port: 443
annotations: {}
# Metrics service resource
metrics:
serviceAnnotations: {}
serviceMonitor: false
serviceMonitorLabels: {}
port: 8443