Update configmap-sshconfig.yaml
Signed-off-by: Talia Stocks <928827+taliastocks@users.noreply.github.com>
This commit is contained in:
parent
f8ca3c4282
commit
0128a742db
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ kind: ConfigMap
|
|||
metadata:
|
||||
labels:
|
||||
{{- include "argocd-image-updater.labels" . | nindent 4 }}
|
||||
name: argocd-image-updater-ssh-config
|
||||
name: {{ .Values.sshConfigName }}
|
||||
namespace: {{ .Release.Namespace | quote }}
|
||||
data:
|
||||
{{- with .Values.config.sshConfig }}
|
||||
|
|
Loading…
Reference in a new issue