fix(config): Fix cluster inclusions (#10)

This commit is contained in:
Brandon J 2022-08-04 08:51:22 -06:00 committed by GitHub
parent ce048ecfb0
commit 86fbc6ddba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v2.3.1 appVersion: v2.3.1
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd name: argo-cd
version: 4.7.1 version: 4.7.2
home: https://github.com/coreweave/argo-helm home: https://github.com/coreweave/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
keywords: keywords:

View file

@ -1067,12 +1067,14 @@ server:
- NetworkPolicy - NetworkPolicy
clusters: clusters:
- https://10.135.192.1:443 - https://10.135.192.1:443
- https://kubernetes.default.svc
- apiGroups: - apiGroups:
- "cert-manager.io" - "cert-manager.io"
kinds: kinds:
- Certificate - Certificate
clusters: clusters:
- https://10.135.192.1:443 - https://10.135.192.1:443
- https://kubernetes.default.svc
- apiGroups: - apiGroups:
- "*" - "*"
kinds: kinds:
@ -1124,7 +1126,9 @@ server:
- VirtualServer - VirtualServer
clusters: clusters:
- https://10.135.192.1:443 - https://10.135.192.1:443
- https://kubernetes.default.svc
# Argo CD's externally facing base URL (optional). Required when configuring SSO # Argo CD's externally facing base URL (optional). Required when configuring SSO
url: https://argocd.example.com url: https://argocd.example.com
# Argo CD instance label key # Argo CD instance label key