mirror of https://git.rancher.io/charts
Make charts
parent
fb5f6b760b
commit
e95fad3ecd
Binary file not shown.
|
@ -0,0 +1,33 @@
|
||||||
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
|
kind: Role
|
||||||
|
metadata:
|
||||||
|
name: {{ .Chart.Name }}-dashboard
|
||||||
|
namespace: {{ .Release.Namespace }}
|
||||||
|
labels:
|
||||||
|
app: {{ .Chart.Name }}
|
||||||
|
rules:
|
||||||
|
- apiGroups:
|
||||||
|
- ""
|
||||||
|
resources:
|
||||||
|
- services/proxy
|
||||||
|
resourceNames:
|
||||||
|
- "http:{{ .Chart.Name }}:{{ .Values.service.port }}"
|
||||||
|
- "https:{{ .Chart.Name }}:{{ .Values.service.port }}"
|
||||||
|
verbs:
|
||||||
|
- '*'
|
||||||
|
---
|
||||||
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
|
kind: RoleBinding
|
||||||
|
metadata:
|
||||||
|
name: {{ .Chart.Name }}-dashboard
|
||||||
|
namespace: {{ .Release.Namespace }}
|
||||||
|
labels:
|
||||||
|
app: {{ .Chart.Name }}
|
||||||
|
roleRef:
|
||||||
|
apiGroup: rbac.authorization.k8s.io
|
||||||
|
kind: Role
|
||||||
|
name: {{ .Chart.Name }}-dashboard
|
||||||
|
subjects:
|
||||||
|
- kind: Group
|
||||||
|
name: system:authenticated
|
||||||
|
apiGroup: rbac.authorization.k8s.io
|
|
@ -10591,9 +10591,9 @@ entries:
|
||||||
catalog.cattle.io/release-name: ui-plugin-operator
|
catalog.cattle.io/release-name: ui-plugin-operator
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: 0.1.0
|
appVersion: 0.1.0
|
||||||
created: "2022-09-28T12:38:17.788-07:00"
|
created: "2022-09-30T13:23:01.215216-07:00"
|
||||||
description: A UI Plugin Operator Chart for plugin management in Rancher
|
description: A UI Plugin Operator Chart for plugin management in Rancher
|
||||||
digest: 49eaed24b42ee1c2fdde2981efdd1895fa915eb46a3c7680e113ae2ee4f8cd81
|
digest: d80c010f5608e80f3b5caa88cbe4ebcfe6e67a5df4ad1666ff034ec59b8f052b
|
||||||
keywords:
|
keywords:
|
||||||
- applications
|
- applications
|
||||||
- infrastructure
|
- infrastructure
|
||||||
|
|
Loading…
Reference in New Issue