dockerzhang commented on a change in pull request #2652:
URL: https://github.com/apache/incubator-inlong/pull/2652#discussion_r811647170
##########
File path: docker/kubernetes/templates/mysql-pvc.yaml
##########
@@ -15,22 +15,21 @@
# limitations under the License.
#
-{{- if and .Values.mysql.enabled .Values.mysql.persistentVolumeClaim.enabled }}
+{{- if not .Values.external.mysql.enabled }}
+{{- if .Values.volumes.persistence }}
Review comment:
the end `{{- end }}` should be removed if using this suggestion.
separate condition is clear for reading.
--
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]