update helm chart

Signed-off-by: hongming <coder.scala@gmail.com>
This commit is contained in:
hongming
2025-01-14 15:25:54 +08:00
committed by ks-ci-bot
parent d064ef67c7
commit f221849255
3 changed files with 1 additions and 7 deletions

View File

@@ -20,7 +20,6 @@ data:
{{ (.Files.Glob "scripts/post-delete.sh").AsConfig | indent 2 }}
---
apiVersion: v1
kind: ServiceAccount
metadata:
@@ -31,7 +30,6 @@ metadata:
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
@@ -50,13 +48,13 @@ subjects:
namespace: {{ .Release.Namespace }}
---
{{- $crdNameList := list }}
{{- range $path, $_ := .Files.Glob "crds/**" }}
{{- $crd := $.Files.Get $path | fromYaml }}
{{- $crdNameList = append $crdNameList $crd.metadata.name }}
{{- end }}
---
apiVersion: batch/v1
kind: Job
metadata:

View File

@@ -11,7 +11,6 @@ data:
{{ (.Files.Glob "crds/*").AsConfig | indent 2 }}
---
apiVersion: v1
kind: ServiceAccount
metadata:
@@ -22,7 +21,6 @@ metadata:
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:

View File

@@ -234,8 +234,6 @@ spec:
en: Project Settings
zh: '项目设置'
---
# category
---
apiVersion: iam.kubesphere.io/v1beta1
kind: Category