We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58b8d7 commit 8d56084Copy full SHA for 8d56084
charts/runner/templates/configmap-argo.yaml
@@ -6,7 +6,7 @@ SPDX-License-Identifier: APACHE-2.0
6
{{- if .Values.global.autoConfigure }}
7
{{- $argoNamespace := include "namespace.argo" . }}
8
{{- $spaceNamespace := include "namespace.spaces" . }}
9
-{{- $registry := or .Values.global.image.registry "qury.io" }}
+{{- $registry := or .Values.global.image.registry "quay.io" }}
10
{{- $registryConfig := include "chart.registryConfig" (dict "service" .Values "global" .) | fromYaml }}
11
apiVersion: v1
12
kind: ConfigMap
0 commit comments