Makes aggreage role names non-overridable.

This commit is contained in:
Vlad Losev 2020-09-08 16:08:12 -07:00
parent 5d53d5fa56
commit 9a15dc37f1
No known key found for this signature in database
GPG key ID: 3A3C3B9FAA3AB7AE

View file

@ -5,7 +5,7 @@ metadata:
annotations: annotations:
helm.sh/hook: pre-install helm.sh/hook: pre-install
helm.sh/hook-delete-policy: before-hook-creation helm.sh/hook-delete-policy: before-hook-creation
name: argo-aggregate-to-view name: {{ include "fullnamenooverride" . }}-aggregate-to-view
labels: labels:
rbac.authorization.k8s.io/aggregate-to-view: "true" rbac.authorization.k8s.io/aggregate-to-view: "true"
rules: rules:
@ -31,7 +31,7 @@ metadata:
annotations: annotations:
helm.sh/hook: pre-install helm.sh/hook: pre-install
helm.sh/hook-delete-policy: before-hook-creation helm.sh/hook-delete-policy: before-hook-creation
name: argo-aggregate-to-edit name: {{ include "fullnamenooverride" . }}-aggregate-to-edit
labels: labels:
rbac.authorization.k8s.io/aggregate-to-edit: "true" rbac.authorization.k8s.io/aggregate-to-edit: "true"
rules: rules:
@ -62,7 +62,7 @@ metadata:
annotations: annotations:
helm.sh/hook: pre-install helm.sh/hook: pre-install
helm.sh/hook-delete-policy: before-hook-creation helm.sh/hook-delete-policy: before-hook-creation
name: argo-aggregate-to-admin name: {{ include "fullnamenooverride" . }}-aggregate-to-admin
labels: labels:
rbac.authorization.k8s.io/aggregate-to-admin: "true" rbac.authorization.k8s.io/aggregate-to-admin: "true"
rules: rules: