Skip to content

Commit 34ea343

Browse files
committed
working chart
1 parent 03c3cdc commit 34ea343

File tree

3 files changed

+2
-103
lines changed

3 files changed

+2
-103
lines changed

helmchart/geohealthcheck/my-values.yaml

Lines changed: 0 additions & 101 deletions
This file was deleted.

helmchart/geohealthcheck/templates/cm-ca-certs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ metadata:
77
{{- include "geohealthcheck.labels" . | nindent 4 }}
88
data:
99
{{- range $filename, $certificate := .Values.additionalCertificates }}
10-
{{ $filename -}}: >-
10+
{{ $filename -}}: |
1111
{{- $certificate | nindent 4 }}
1212
{{- end -}}

helmchart/geohealthcheck/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
initContainers:
3232
- name: update-ca-certificates
3333
image: '{{ .Values.initContainer.repository }}:{{ .Values.initContainer.tag }}'
34-
command: ['sh', '-c', 'apt-get update && apt-get install -y ca-certificates && update-ca-certificates']
34+
command: ['sh', '-c', 'apt-get update && apt-get install -y ca-certificates && update-ca-certificates -v']
3535
resources:
3636
{{- toYaml .Values.initContainer.resources | nindent 12 }}
3737
volumeMounts:

0 commit comments

Comments
 (0)