Miretpl commented on code in PR #57415:
URL: https://github.com/apache/airflow/pull/57415#discussion_r2678639884


##########
chart/templates/secrets/jwt-secret.yaml:
##########
@@ -35,10 +35,13 @@ metadata:
     {{- with .Values.labels }}
       {{- toYaml . | nindent 4 }}
     {{- end }}
-  {{- with .Values.jwtSecretAnnotations }}
   annotations:
+    "helm.sh/hook": "pre-install"
+    "helm.sh/hook-delete-policy": "before-hook-creation"
+    "helm.sh/hook-weight": "0"

Review Comment:
   After some time I think that we could go with the Helm lookup function to 
determine if it exists or not



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to