
Signed-off-by: Jan Christoph Beyer <janchristoph.beyer@googlemail.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
10 lines
242 B
YAML
10 lines
242 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
labels:
|
|
{{- include "argocd-image-updater.labels" . | nindent 4 }}
|
|
name: argocd-image-updater-ssh-config
|
|
data:
|
|
{{- with .Values.config.sshConfig }}
|
|
{{- toYaml . | nindent 2 }}
|
|
{{- end }}
|