Natalique commented on code in PR #32582:
URL: https://github.com/apache/airflow/pull/32582#discussion_r1266598001


##########
chart/templates/logs-persistent-volume-claim.yaml:
##########
@@ -46,7 +46,7 @@ spec:
   {{- if (eq "-" .Values.logs.persistence.storageClassName) }}
   storageClassName: ""
   {{- else }}
-  storageClassName: "{{ .Values.logs.persistence.storageClassName }}"
+  storageClassName: "{{ tpl .Values.logs.persistence.storageClassName . }}"

Review Comment:
   Sure @amoghrajesh @hussein-awala Added tpl function to all PVCs



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