[Helm] Add labels to resources (#6992)

* Add labels to RBAC resources

* Add labels to all resources

* Fix labels indentaton in patch jobs

* Add controller and default backend labels to pods

Signed-off-by: Muhammad Hamza Zaib <hamzazaib3202@gmail.com>

* Bump chart version and update changelog

Signed-off-by: Muhammad Hamza Zaib <hamzazaib3202@gmail.com>
This commit is contained in:
Muhammad Hamza Zaib 2021-11-19 15:52:52 +01:00 committed by GitHub
parent 8c722557f0
commit 30c0d2260d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
37 changed files with 123 additions and 2 deletions

View file

@ -187,7 +187,7 @@ controller:
annotations: {}
# keel.sh/pollSchedule: "@every 60m"
## Labels to be added to the controller Deployment or DaemonSet
## Labels to be added to the controller Deployment or DaemonSet and other resources that do not have option to specify labels
##
labels: {}
# keel.sh/policy: patch
@ -563,6 +563,8 @@ controller:
key: "/usr/local/certificates/key"
namespaceSelector: {}
objectSelector: {}
## Labels to be added to admission webhooks
labels: {}
# Use an existing PSP instead of creating one
existingPsp: ""
@ -606,6 +608,8 @@ controller:
nodeSelector:
kubernetes.io/os: linux
tolerations: []
## Labels to be added to patch job resources
labels: {}
runAsUser: 2000
metrics:
@ -840,6 +844,8 @@ defaultBackend:
type: ClusterIP
priorityClassName: ""
## Labels to be added to the default backend resources
labels: {}
## Enable RBAC as per https://github.com/kubernetes/ingress-nginx/blob/main/docs/deploy/rbac.md and https://github.com/kubernetes/ingress-nginx/issues/266
rbac: