argocd-helm/charts/argocd-image-updater/templates/configmap-sshconfig.yaml

12 lines
308 B
YAML
Raw Normal View History

apiVersion: v1
kind: ConfigMap
metadata:
labels:
{{- include "argocd-image-updater.labels" . | nindent 4 }}
name: argocd-image-updater-ssh-config
namespace: {{ include "argocd-image-updater.namespace" . | quote }}
{{- with .Values.config.sshConfig }}
data:
{{- toYaml . | nindent 2 }}
{{- end }}