commit e2ebfd7b351305a88e06937486e2315ef1281e57 parent c275cd903d9051cd1384acec5f2c941d6dc1238d Author: MTRNord <mtrnord1@gmail.com> Date: Mon, 11 Sep 2023 12:20:58 +0200 Disable network policy Diffstat:
| M | infrastructure/configs/cluster-issuers.yaml | | | 2 | ++ |
| M | infrastructure/controllers/weave-gitops.yaml | | | 4 | +++- |
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/infrastructure/configs/cluster-issuers.yaml b/infrastructure/configs/cluster-issuers.yaml @@ -41,3 +41,5 @@ spec: ingress: ingressClassName: traefik serviceType: ClusterIP +--- +# Fix for flux diff --git a/infrastructure/controllers/weave-gitops.yaml b/infrastructure/controllers/weave-gitops.yaml @@ -19,7 +19,7 @@ spec: chart: spec: chart: weave-gitops - version: "~4.0.16" + version: "~4.0.29" sourceRef: kind: HelmRepository name: weave-gitops @@ -41,6 +41,8 @@ spec: create: false #additionalArgs: # - --auth-methods=oidc + networkPolicy: + create: false ingress: enabled: true annotations: