Skip to content

Commit

Permalink
Fixed linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmiller160 committed Jul 17, 2024
1 parent 57c6f4f commit ec4ec04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/connect/templates/operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
{{ toYaml .Values.operator.tolerations | indent 8 }}
serviceAccountName: {{ .Values.operator.serviceAccount.name }}
volumes:
{{-if .Values.operator.tls.trust.secret }}
{{- if .Values.operator.tls.trust.secret }}
- name: tls-trust
secret:
secretName: {{ .Values.operator.tls.trust.secret }}
Expand Down Expand Up @@ -82,14 +82,14 @@ spec:
- name: {{ .name }}
value: {{ .value }}
{{- end }}
{{-if .Values.operator.tls.trust.secret }}
{{- if .Values.operator.tls.trust.secret }}
- name: SSL_CERT_FILE
value: /tls/trust/tls.crt
{{- end }}
resources:
{{- toYaml .Values.operator.resources | nindent 12 }}
volumeMounts:
{{-if .Values.operator.tls.trust.secret }}
{{- if .Values.operator.tls.trust.secret }}
- mountPath: /tls/trust
name: tls-trust
{{- end}}
Expand Down

0 comments on commit ec4ec04

Please sign in to comment.