Skip to content

Commit

Permalink
fix: Helm Lint for test-connection.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-jain-10 committed Sep 25, 2024
1 parent 400daff commit bd31146
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/openmetadata/templates/tests/test-connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ spec:
command: ['wget']
args: ['{{ include "OpenMetadata.fullname" . }}:{{ .Values.service.port }}']
restartPolicy: Never
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
Expand Down

0 comments on commit bd31146

Please sign in to comment.