indendation issue

This commit is contained in:
Seth Call 2026-01-06 09:57:50 -06:00
parent d4e0ffc5a4
commit 8ebefa8c93
3 changed files with 18 additions and 9 deletions

View File

@ -31,3 +31,7 @@ spec:
kind: PodLogs
jsonPointers:
- /spec/relabelings
- group: apps
kind: StatefulSet
jsonPointers:
- /spec/replicas

View File

@ -23,3 +23,8 @@ spec:
duration: 5s
factor: 2
maxDuration: 3m
ignoreDifferences:
- group: argoproj.io
kind: Application
jsonPointers:
- /status

View File

@ -68,14 +68,6 @@ spec:
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 3
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
readinessProbe:
httpGet:
path: /healthcheck
@ -84,4 +76,12 @@ spec:
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 3
failureThreshold: 3
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}