feat: 在helm chart的 job-gen-adapter-cm更新完毕configmap后,自动重启adapter

This commit is contained in:
zhangxinhui02
2025-10-31 10:57:48 +08:00
parent e983c938f7
commit 7e24a8739a
2 changed files with 28 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ metadata:
namespace: {{ .Release.Namespace }}
rules:
- apiGroups: [""]
resources: ["configmaps"]
resources: ["configmaps", "statefulsets"]
verbs: ["get", "list", "create", "update", "patch"]
---
apiVersion: rbac.authorization.k8s.io/v1