diff --git a/weave-gitops-dashboard.yaml b/weave-gitops-dashboard.yaml deleted file mode 100644 index 85cbb11..0000000 --- a/weave-gitops-dashboard.yaml +++ /dev/null @@ -1,36 +0,0 @@ ---- -apiVersion: source.toolkit.fluxcd.io/v1beta2 -kind: HelmRepository -metadata: - annotations: - metadata.weave.works/description: This is the source location for the Weave GitOps - Dashboard's helm chart. - labels: - app.kubernetes.io/component: ui - app.kubernetes.io/created-by: weave-gitops-cli - app.kubernetes.io/name: weave-gitops-dashboard - app.kubernetes.io/part-of: weave-gitops - name: ww-gitops - namespace: flux-system -spec: - interval: 1h0m0s - type: oci - url: oci://ghcr.io/weaveworks/charts ---- -apiVersion: helm.toolkit.fluxcd.io/v2beta1 -kind: HelmRelease -metadata: - annotations: - metadata.weave.works/description: This is the Weave GitOps Dashboard. It provides - a simple way to get insights into your GitOps workloads. - name: ww-gitops - namespace: flux-system -spec: - chart: - spec: - chart: weave-gitops - sourceRef: - kind: HelmRepository - name: ww-gitops - interval: 1h0m0s - diff --git a/weave-gitops/helmrelease-weave-gitops.yaml b/weave-gitops/helmrelease-weave-gitops.yaml index 778c9ce..7b5979f 100644 --- a/weave-gitops/helmrelease-weave-gitops.yaml +++ b/weave-gitops/helmrelease-weave-gitops.yaml @@ -36,7 +36,7 @@ spec: logLevel: info # -- Additional arguments to pass in to the gitops-server additionalArgs: - - --auth-methods=oidc + - --insecure-no-authentication-user=kube-apiserver # Any other environment variables: envVars: - name: WEAVE_GITOPS_FEATURE_TENANCY