[bitnami/*] Mark PodSecurityPolicy resources as deprecated (#7948)

* [bitnami/concourse] Deprecate PSP

* [bitnami/elasticsearch] Deprecate PSP

* [bitnami/external-dns] Deprecate PSP

* [bitnami/fluentd] Deprecate PSP

* [bitnami/kiam] Deprecate PSP

* [bitnami/common] Change common.capabilities.policy.apiVersion description

* Version bumps and minor fixes after sync with master

* [bitnami/fluentd] Drop PSP checksum annotation from DaemonSet

* [bitnami/common] Correct common.capabilities.policy.apiVersion description
This commit is contained in:
Pablo Galego
2021-10-27 15:42:47 +02:00
committed by GitHub
parent 7900409826
commit 5cac7539dc
38 changed files with 578 additions and 589 deletions

View File

@@ -457,7 +457,7 @@ forwarder:
## Role Based Access
## ref: https://kubernetes.io/docs/admin/authorization/rbac/
## @param forwarder.rbac.create Specify whether RBAC resources should be created and used, allowing the get, watch and list of pods/namespaces
## @param forwarder.rbac.pspEnabled Specify whether the bundled Pod Security Policy should be created and bound with RBAC
## @param forwarder.rbac.pspEnabled Whether to create a PodSecurityPolicy and bound it with RBAC. WARNING: PodSecurityPolicy is deprecated in Kubernetes v1.21 or later, unavailable in v1.25 or later
##
rbac:
create: true