Skip to content

Commit

Permalink
fix: extra root ca image for staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurice Faber committed Aug 29, 2021
1 parent f73165d commit f218659
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions charts/common/templates/_root-ca.tpl
@@ -1,8 +1,7 @@
{{- define "extraRootCA.init" }}
{{- $image := "busybox:stable" }}
{{- if .rootCA }}
- name: extra-root-ca-init
image: {{ $image }}
image: {{ .image }}
{{- include "common.resources" . | nindent 2 }}
command: ["sh"]
args:
Expand All @@ -23,7 +22,7 @@
- name: extra-root-ca-new
mountPath: "/etc/ssl/certs-new"
- name: extra-root-ca-finish
image: {{ $image }}
image: {{ .image }}
{{- include "common.resources" . | nindent 2 }}
command: ["sh"]
args:
Expand Down

0 comments on commit f218659

Please sign in to comment.