Skip to content

Commit 5ea8127

Browse files
committed
change namespace
1 parent f071ba8 commit 5ea8127

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

kubernetes/auth-operator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
labels:
55
app: auth-operator
66
name: auth-operator
7-
namespace: auth-operator
7+
namespace: infra
88
spec:
99
replicas: 1
1010
selector:
@@ -17,7 +17,7 @@ spec:
1717
labels:
1818
app: auth-operator
1919
prefer_run_on_fargate: 'true'
20-
namespace: kube-system
20+
namespace: infra
2121
spec:
2222
automountServiceAccountToken: true
2323
serviceAccount: auth-operator

kubernetes/sa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
22
kind: ServiceAccount
33
metadata:
4-
namespace: auth-operator
4+
namespace: infra
55
name: auth-operator

0 commit comments

Comments
 (0)