Skip to content

Commit 94947f2

Browse files
committed
fix indention
Signed-off-by: AvivGuiser <[email protected]>
1 parent cf32a4b commit 94947f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: ConfigMap
33
metadata:
44
labels:
55
{{- include "argocd-image-updater.labels" . | nindent 4 }}
6-
name: {{ include "argocd-image-updater.fullname" . }}-sshconfig
6+
name: {{ include "argocd-image-updater.fullname" . }}-ssh-config
77
namespace: {{ include "argocd-image-updater.namespace" . | quote }}
88
{{- with .Values.config.sshConfig }}
99
data:

charts/argocd-image-updater/templates/deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ spec:
7474
valueFrom:
7575
secretKeyRef:
7676
key: argocd.token
77-
name:{{ include "argocd-image-updater.fullname" . }}-secret
77+
name: {{ include "argocd-image-updater.fullname" . }}-secret
7878
optional: true
7979
- name: IMAGE_UPDATER_LOGLEVEL
8080
valueFrom:
@@ -191,7 +191,7 @@ spec:
191191
optional: true
192192
name: ssh-known-hosts
193193
- configMap:
194-
name: {{ include "argocd-image-updater.fullname" . }}-sshconfig
194+
name: {{ include "argocd-image-updater.fullname" . }}-ssh-config
195195
optional: true
196196
name: ssh-config
197197
- name: ssh-signing-key

0 commit comments

Comments
 (0)