Skip to content

Commit a1e1e49

Browse files
authored
Fixing the use of incorrect namespace (#450)
1 parent 8909f7a commit a1e1e49

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bootstrap/core/tools/resource-dispatcher/resource-dispatcher-cert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: cert-manager.io/v1
22
kind: Certificate
33
metadata:
44
name: resource-dispatcher-cert
5-
namespace: lodestar-argo-cd
5+
namespace: openshift-gitops
66
spec:
77
secretName: resource-dispatcher-cert
88
issuerRef:

bootstrap/core/tools/resource-dispatcher/resource-dispatcher-vanity-route.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
labels:
77
app: resource-dispatcher
88
name: resource-dispatcher-vanity-route
9-
namespace: lodestar-argo-cd
9+
namespace: openshift-gitops
1010
spec:
1111
tls:
1212
insecureEdgeTerminationPolicy: Redirect

bootstrap/patches/babylon-config.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: babylon-config
5-
namespace: lodestar-argo-cd
5+
namespace: openshift-gitops
66
spec:
77
ignoreDifferences:
88
- group: apiextensions.k8s.io

bootstrap/patches/lodestar-engagements.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: lodestar-engagements
5-
namespace: lodestar-argo-cd
5+
namespace: openshift-gitops
66
spec:
77
ignoreDifferences:
88
- group: apps.openshift.io

0 commit comments

Comments
 (0)