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