Move helm directory to charts

This commit is contained in:
Martin Šalata
2021-04-13 12:43:20 +02:00
parent 8e6dbd40c7
commit 43fd3fd847
16 changed files with 3 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: imagepullsecret-injector-cert-gen-entrypoint
namespace: {{ .Release.Namespace }}
labels:
{{- include "imagepullsecret-injector.labels" . | nindent 4 }}
data:
entrypoint.sh: | {{ .Files.Get "scripts/create-signed-cert.sh" | nindent 4 }}