From 2213d9cddbf4de9272864c1fa74cdfe7d9ad2baf Mon Sep 17 00:00:00 2001 From: Richard Maynard Date: Wed, 16 Jan 2019 09:28:27 -0600 Subject: [PATCH] incorrect value for readiness probe path (#10708) Signed-off-by: ephur --- stable/karma/Chart.yaml | 2 +- stable/karma/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/karma/Chart.yaml b/stable/karma/Chart.yaml index 22de02eb9f..d9e1d1fb1b 100644 --- a/stable/karma/Chart.yaml +++ b/stable/karma/Chart.yaml @@ -6,7 +6,7 @@ home: https://github.com/prymitive/karma sources: - https://hub.docker.com/r/lmierzwa/karma/ - https://github.com/prymitive/karma -version: 1.1.7 +version: 1.1.8 maintainers: - name: davidkarlsen email: david@davidkarlsen.com diff --git a/stable/karma/templates/deployment.yaml b/stable/karma/templates/deployment.yaml index c1ef7d78ca..e5289ef155 100644 --- a/stable/karma/templates/deployment.yaml +++ b/stable/karma/templates/deployment.yaml @@ -44,7 +44,7 @@ spec: periodSeconds: {{ .Values.livenessProbe.period }} readinessProbe: httpGet: - path: {{ .Values.livenessProbePath }} + path: {{ .Values.livenessProbe.path }} port: http initialDelaySeconds: {{ .Values.livenessProbe.delay }} periodSeconds: {{ .Values.livenessProbe.period }}