mirror of
https://github.com/ysoftdevs/imagepullsecret-injector.git
synced 2026-04-27 10:57:02 +02:00
Move helm directory to charts
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user