Skip to content

Commit a66b111

Browse files
committed
Fix console service namespace
1 parent 22ab8b3 commit a66b111

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

config/console/console/service.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ apiVersion: v1
22
kind: Service
33
metadata:
44
name: oneinfra-console
5+
namespace: oneinfra-system
56
labels:
67
control-plane: oneinfra-console
78
spec:

config/generated/all-github-oauth.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ metadata:
3434
labels:
3535
control-plane: oneinfra-console
3636
name: oneinfra-console
37+
namespace: oneinfra-system
3738
spec:
3839
ports:
3940
- port: 80

config/generated/all-kubernetes-secrets.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ metadata:
7575
labels:
7676
control-plane: oneinfra-console
7777
name: oneinfra-console
78+
namespace: oneinfra-system
7879
spec:
7980
ports:
8081
- port: 80

0 commit comments

Comments
 (0)