From 4776f95b62d8f2d785bf16dac677f652691e7b47 Mon Sep 17 00:00:00 2001 From: Fabio Date: Fri, 14 Nov 2025 11:59:45 -0300 Subject: [PATCH] Plone deployment should not be a hook resource for Helm --- charts/portalmodelo/v0.6.0/templates/plone-deployment.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/charts/portalmodelo/v0.6.0/templates/plone-deployment.yaml b/charts/portalmodelo/v0.6.0/templates/plone-deployment.yaml index a2ce288..0337bb3 100644 --- a/charts/portalmodelo/v0.6.0/templates/plone-deployment.yaml +++ b/charts/portalmodelo/v0.6.0/templates/plone-deployment.yaml @@ -4,11 +4,6 @@ metadata: name: {{ include "portalmodelo.fullname" . }}-plone labels: {{- include "portalmodelo.labels" . | nindent 4 }} - annotations: - {{- if .Values.portal.createAndUpgrade }} - "helm.sh/hook": post-install,post-upgrade - "helm.sh/hook-weight": "-2" - {{- end }} spec: {{- if not .Values.autoscaling.enabled }} {{- if .Values.portal.createAndUpgrade }}