Skip to content

Commit 6f33b47

Browse files
authored
Merge pull request #4241 from alphagov/move-router-probe-backend-to-apps-namespace
Move router-probe-backend to apps namespace
2 parents 47ea2a6 + 561b337 commit 6f33b47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/app-config/templates/router-probe-backend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: argoproj.io/v1alpha1
22
kind: Application
33
metadata:
44
name: router-probe-backend
5-
namespace: {{ .Values.argoNamespace | default .Release.Namespace }}
5+
namespace: {{ $.Values.appsNamespace | default .Release.Namespace }}
66
finalizers:
77
- resources-finalizer.argocd.argoproj.io
88
spec:

0 commit comments

Comments
 (0)