We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e19837d commit 819bf21Copy full SHA for 819bf21
charts/gitops-runtime/templates/_components/gitops-operator/_deployment.yaml
@@ -65,6 +65,7 @@ spec:
65
containerPort: 8080
66
- name: http-health
67
containerPort: 8081
68
+ {{- if not .Values.debug.enabled }}
69
readinessProbe:
70
initialDelaySeconds: {{ .Values.readinessProbe.initialDelaySeconds }}
71
periodSeconds: {{ .Values.readinessProbe.periodSeconds }}
@@ -83,6 +84,7 @@ spec:
83
84
httpGet:
85
port: http-health
86
path: /healthz
87
+ {{- end }}
88
resources:
89
{{- toYaml .Values.resources | nindent 12 }}
90
volumeMounts:
0 commit comments