We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47ea2a6 + 561b337 commit 6f33b47Copy full SHA for 6f33b47
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