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: