weaveworks / eks-quickstart-app-dev

Example flux manifests for eksctl gitops
Other
56 stars 43 forks source link

Flux was unable to parte the files in the git repo as manifests #46

Open allamand opened 3 years ago

allamand commented 3 years ago

Hi,

I tried to put this repo to sync with flux, but it fails with this error:

Flux was unable to parse the files in the git repo as manifests,
giving this error:

    duplicate definition of 'amazon-cloudwatch:daemonset/cloudwatch-agent' (in amazon-cloudwatch/cloudwatch-agent-daemonset.yaml and base/amazon-cloudwatch/cloudwatch-agent-daemonset.yaml)

If I understand correctly it created the base repo with the templetized version of the yaml files, but can't see why it complain with the source one.

any hint ?

thanks