-
Notifications
You must be signed in to change notification settings - Fork 310
Closed
Description
Describe the issue
When using argo-cd to manage the deployment of the chart (as a dependency), argo-cd produces a "RepeatedResourceWarning".
To Reproduce
- Create a chart to manage in Argo-CD.
- Add fluent-operator as a sub chart:
dependencies:
- name: fluent-operator
version: 3.5.0
repository: https://fluent.github.io/helm-charts
- Leave
fluentbit.crdsEnableandfluentd.crdsEnableastrue - See in Argo-CD the following warning (for all CRDs)
Resource apiextensions.k8s.io/CustomResourceDefinition//clusterfilters.fluentbit.fluent.io appeared 2 times among application resources.
Expected behavior
CRDs should be created with no warning
Your Environment
- Fluent Operator version: 3.5.0
- K8S flavor: EKS 1.34How did you install fluent operator?
Argo-CD
Additional context
I have other charts like Karpenter that don't have the same issue
Metadata
Metadata
Assignees
Labels
No labels