From 625ab454c23d372ffea05fb49191f7cecfc666af Mon Sep 17 00:00:00 2001 From: ns212 Date: Wed, 3 Mar 2021 18:20:57 +0000 Subject: [PATCH] polkabtc-vault: extend probe customization --- charts/polkabtc-vault/Chart.yaml | 2 +- charts/polkabtc-vault/templates/deployment.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/polkabtc-vault/Chart.yaml b/charts/polkabtc-vault/Chart.yaml index 16495b0..e0afb09 100644 --- a/charts/polkabtc-vault/Chart.yaml +++ b/charts/polkabtc-vault/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.4 +version: 0.1.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/polkabtc-vault/templates/deployment.yaml b/charts/polkabtc-vault/templates/deployment.yaml index 300c31c..1c9671c 100644 --- a/charts/polkabtc-vault/templates/deployment.yaml +++ b/charts/polkabtc-vault/templates/deployment.yaml @@ -58,7 +58,6 @@ spec: protocol: TCP livenessProbe: {{- toYaml .Values.livenessProbe | nindent 12 }} - {{- end }} {{- if .Values.readinessProbe }} readinessProbe: {{- toYaml .Values.readinessProbe | nindent 12 }}