Add rancher chart v2.9.1

This commit is contained in:
wbsong111
2024-11-25 09:08:33 +09:00
parent c3d306ad0d
commit 41cb81de75
24 changed files with 1267 additions and 0 deletions
@@ -0,0 +1,14 @@
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: {{ template "rancher.fullname" . }}
labels:
{{ include "rancher.labels" . | indent 4 }}
subjects:
- kind: ServiceAccount
name: {{ template "rancher.fullname" . }}
namespace: {{ .Release.Namespace }}
roleRef:
kind: ClusterRole
name: cluster-admin
apiGroup: rbac.authorization.k8s.io