X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=helm%2Finfrastructure%2Ftemplates%2Fdeployment-tiller.yaml;h=ebba50ed73a5b9457afd07ac1856be94581e3b1c;hb=75c0de3cae4b58e001f7ec715f13f82ded10e678;hp=e2d58b06331a67266a558de4a0ef6784b16b662f;hpb=7799f9c20d56ceaab38178b7083ed66e63312a0c;p=ric-plt%2Fric-dep.git diff --git a/helm/infrastructure/templates/deployment-tiller.yaml b/helm/infrastructure/templates/deployment-tiller.yaml old mode 100755 new mode 100644 index e2d58b0..ebba50e --- a/helm/infrastructure/templates/deployment-tiller.yaml +++ b/helm/infrastructure/templates/deployment-tiller.yaml @@ -33,7 +33,7 @@ metadata: name: {{ include "common.serviceaccountname.tiller" $ctx }} namespace: {{ $deployNameSpace }} --- -apiVersion: rbac.authorization.k8s.io/v1beta1 +apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: name: {{ include "common.tillerName" $ctx }}-tiller-base @@ -53,7 +53,7 @@ rules: resources: ["pods", "configmaps", "deployments", "services"] verbs: ["get", "list", "create", "delete"] --- -apiVersion: rbac.authorization.k8s.io/v1beta1 +apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: name: {{ include "common.serviceaccountname.tiller" $ctx }}-{{ $nameSpace }}-tiller-base @@ -67,7 +67,7 @@ subjects: name: {{ include "common.serviceaccountname.tiller" $ctx }} namespace: {{ $deployNameSpace }} --- -apiVersion: rbac.authorization.k8s.io/v1beta1 +apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: name: {{ include "common.tillerName" $ctx }}-tiller-operation @@ -77,7 +77,7 @@ rules: resources: ["configmaps"] verbs: ["get", "list", "create", "delete", "update"] --- -apiVersion: rbac.authorization.k8s.io/v1beta1 +apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: name: {{ include "common.serviceaccountname.tiller" $ctx }}-{{ $nameSpace }}-tiller-operation @@ -92,7 +92,7 @@ subjects: namespace: {{ $deployNameSpace }} {{- if .serviceAccount.role }} --- -apiVersion: rbac.authorization.k8s.io/v1beta1 +apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: name: {{ include "common.tillerName" $ctx }}-tiller-deployer @@ -100,7 +100,7 @@ metadata: rules: {{ toYaml .serviceAccount.role }} --- -apiVersion: rbac.authorization.k8s.io/v1beta1 +apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: name: {{ include "common.serviceaccountname.tiller" $ctx }}-{{ $nameSpace }}-tiller-deployer