From e68699f8b829d3f558ca1c1b18ebf656117f18e3 Mon Sep 17 00:00:00 2001 From: York Chen Date: Wed, 4 Oct 2023 17:31:42 -0400 Subject: [PATCH] chore: add patch & update for post install job --- .../templates/post_install_kommandercore_hook.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/kommander-operator/templates/post_install_kommandercore_hook.yaml b/charts/kommander-operator/templates/post_install_kommandercore_hook.yaml index db4055b06..0308741e0 100644 --- a/charts/kommander-operator/templates/post_install_kommandercore_hook.yaml +++ b/charts/kommander-operator/templates/post_install_kommandercore_hook.yaml @@ -27,6 +27,8 @@ rules: - list - watch - create + - patch + - update --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding