From ab89a61bdb4594aefe2112f7e2c81af59a8f8f89 Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Sat, 9 Oct 2021 09:27:57 +0200 Subject: [PATCH] fix: spaces Signed-off-by: Christian Kotzbauer --- charts/chekr/templates/deployment.yaml | 8 -------- charts/chekr/values.yaml | 6 +++--- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/charts/chekr/templates/deployment.yaml b/charts/chekr/templates/deployment.yaml index bdecd9f..e6b8620 100644 --- a/charts/chekr/templates/deployment.yaml +++ b/charts/chekr/templates/deployment.yaml @@ -33,14 +33,6 @@ spec: - name: http containerPort: 8080 protocol: TCP - #livenessProbe: - # httpGet: - # path: / - # port: http - #readinessProbe: - # httpGet: - # path: / - # port: http resources: {{- toYaml .Values.webserver.resources | nindent 12 }} volumeMounts: diff --git a/charts/chekr/values.yaml b/charts/chekr/values.yaml index 3fb13cf..fff2341 100644 --- a/charts/chekr/values.yaml +++ b/charts/chekr/values.yaml @@ -46,9 +46,9 @@ webserver: - path: / pathType: ImplementationSpecific tls: [] - # - secretName: chart-example-tls - # hosts: - # - chart-example.local + # - secretName: chart-example-tls + # hosts: + # - chart-example.local resources: {} # We usually recommend not to specify default resources and to leave this as a conscious