Merge "Make ceph clean job stable"

This commit is contained in:
Zuul 2018-05-04 16:10:40 +00:00 committed by Gerrit Code Review
commit cdb7ce14f1

View File

@ -27,8 +27,6 @@ apiVersion: rbac.authorization.k8s.io/v1beta1
kind: Role kind: Role
metadata: metadata:
name: {{ $serviceAccountName }} name: {{ $serviceAccountName }}
annotations:
"helm.sh/hook": pre-delete
rules: rules:
- apiGroups: - apiGroups:
- "" - ""
@ -43,8 +41,6 @@ apiVersion: rbac.authorization.k8s.io/v1beta1
kind: RoleBinding kind: RoleBinding
metadata: metadata:
name: {{ $serviceAccountName }} name: {{ $serviceAccountName }}
annotations:
"helm.sh/hook": pre-delete
roleRef: roleRef:
apiGroup: rbac.authorization.k8s.io apiGroup: rbac.authorization.k8s.io
kind: Role kind: Role