Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
fix(argocd): ignore dynamic fields and resources
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgon committed Jun 29, 2024
1 parent 7bd090b commit 38be353
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions kubernetes/apps/argocd/argocd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,19 @@ argo-cd:
- CiliumIdentity
clusters:
- "*"
- apiGroups:
- actions.github.com
kinds:
- AutoscalingListener
clusters:
- "*"
- apiGroups:
- rbac.authorization.k8s.io
kinds:
- Role
- RoleBinding
clusters:
- "*"
url: "https://argocd.<path:kubernetes/data/internal/base#ROOT_DOMAIN>"
oidc.config: |
name: Authelia
Expand Down
1 change: 1 addition & 0 deletions kubernetes/apps/tools/intel-device-plugin/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ spec:
kind: GpuDevicePlugin
jsonPointers:
- "/spec/resourceManager"
- "/spec/tolerations"

0 comments on commit 38be353

Please sign in to comment.