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


##########
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:
   I don't recall exactly why, but I have in my mind that there is some 
funkiness with helm lookup that makes it not great for our needs. But maybe in 
some of these cases, it's better than nothing?



-- 
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