deploy-templates/charts/vault/templates/registry-regulation-management-encryptionOnly-role-configmap.yaml (18 lines of code) (raw):

apiVersion: v1 kind: ConfigMap metadata: name: registry-regulation-management-encryption-only-role namespace: {{ .Release.Namespace }} labels: helm.sh/chart: {{ include "vault.chart" . }} app.kubernetes.io/name: {{ include "vault.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/managed-by: {{ .Release.Service }} data: registry-regulation-management-encryption-only-role.json: >- { "bound_service_account_names": ["registry-regulation-management"], "bound_service_account_namespaces": "{{ .Release.Namespace }}", "policies": ["registry-regulation-management-encryption-only-policy"], "ttl": "1h" }