apply linting

This commit is contained in:
2024-02-10 02:15:52 -07:00
parent ceba91a91b
commit e715df4860
2 changed files with 1 additions and 2 deletions

View File

@@ -35,4 +35,3 @@ data:
{{- .Values.config.widgets | toYaml | nindent 4 }} {{- .Values.config.widgets | toYaml | nindent 4 }}
{{- else }} "" {{- else }} ""
{{- end }} {{- end }}
{{ end }}

View File

@@ -62,7 +62,7 @@ spec:
- name: logs - name: logs
mountPath: /app/config/logs mountPath: /app/config/logs
resources: resources:
{{- toYaml .Values.gluetun.resources | nindent 12 }} {{- toYaml .Values.deployment.resources | nindent 12 }}
livenessProbe: livenessProbe:
failureThreshold: 3 failureThreshold: 3
initialDelaySeconds: 0 initialDelaySeconds: 0