From 1bf7d0f7ad9555a494631cc596e781246f29818d Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Sat, 7 Sep 2024 21:55:55 +1000 Subject: [PATCH] Update k8s dashboard --- manifests/kube-dashboard.yaml | 8 ++++---- manifests/oauth2-proxy.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifests/kube-dashboard.yaml b/manifests/kube-dashboard.yaml index c498537..bd0d004 100644 --- a/manifests/kube-dashboard.yaml +++ b/manifests/kube-dashboard.yaml @@ -13,10 +13,10 @@ spec: helm: releaseName: kubernetes values: | - api: - containers: - args: - - --disable-settings-authorizer + # api: + # containers: + # args: + # - --disable-settings-authorizer app: ingress: enabled: false diff --git a/manifests/oauth2-proxy.yaml b/manifests/oauth2-proxy.yaml index dcd3ad4..fd7bde7 100644 --- a/manifests/oauth2-proxy.yaml +++ b/manifests/oauth2-proxy.yaml @@ -3,7 +3,7 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: oauth2-proxy - namespace: default + namespace: argocd spec: project: default source: