We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e2213 commit 561b337Copy full SHA for 561b337
1 file changed
charts/app-config/templates/router-probe-backend.yaml
@@ -2,7 +2,7 @@ apiVersion: argoproj.io/v1alpha1
2
kind: Application
3
metadata:
4
name: router-probe-backend
5
- namespace: {{ .Values.argoNamespace | default .Release.Namespace }}
+ namespace: {{ $.Values.appsNamespace | default .Release.Namespace }}
6
finalizers:
7
- resources-finalizer.argocd.argoproj.io
8
spec:
0 commit comments