From 94947f28e3b395207fb6106623ecc384a862b26e Mon Sep 17 00:00:00 2001 From: AvivGuiser Date: Tue, 5 Nov 2024 22:59:44 +0200 Subject: [PATCH] fix indention Signed-off-by: AvivGuiser --- .../argocd-image-updater/templates/configmap-sshconfig.yaml | 2 +- charts/argocd-image-updater/templates/deployment.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/argocd-image-updater/templates/configmap-sshconfig.yaml b/charts/argocd-image-updater/templates/configmap-sshconfig.yaml index 3f563328..f8f337c6 100644 --- a/charts/argocd-image-updater/templates/configmap-sshconfig.yaml +++ b/charts/argocd-image-updater/templates/configmap-sshconfig.yaml @@ -3,7 +3,7 @@ kind: ConfigMap metadata: labels: {{- include "argocd-image-updater.labels" . | nindent 4 }} - name: {{ include "argocd-image-updater.fullname" . }}-sshconfig + name: {{ include "argocd-image-updater.fullname" . }}-ssh-config namespace: {{ include "argocd-image-updater.namespace" . | quote }} {{- with .Values.config.sshConfig }} data: diff --git a/charts/argocd-image-updater/templates/deployment.yaml b/charts/argocd-image-updater/templates/deployment.yaml index ffe6d0b5..78b98816 100644 --- a/charts/argocd-image-updater/templates/deployment.yaml +++ b/charts/argocd-image-updater/templates/deployment.yaml @@ -74,7 +74,7 @@ spec: valueFrom: secretKeyRef: key: argocd.token - name:{{ include "argocd-image-updater.fullname" . }}-secret + name: {{ include "argocd-image-updater.fullname" . }}-secret optional: true - name: IMAGE_UPDATER_LOGLEVEL valueFrom: @@ -191,7 +191,7 @@ spec: optional: true name: ssh-known-hosts - configMap: - name: {{ include "argocd-image-updater.fullname" . }}-sshconfig + name: {{ include "argocd-image-updater.fullname" . }}-ssh-config optional: true name: ssh-config - name: ssh-signing-key