I am using kustomize as my deploy tool. I was trying to install the default set of triggers and templates argocd-notifications provides.
The config looks something like this:
And add a almost empty new kustomize bas that all it does it pull the old one and add the notifications catalog.
It is a workaround but a complicated an unnecessary one
Proposal
I know the merge of both repos is still fresh but why don't we move the default catalog into the base installation for argocd. I think the install package should come with "batteries included" if you know what I meant :wink:
Summary
I am using
kustomize
as my deploy tool. I was trying to install the default set of triggers and templates argocd-notifications provides. The config looks something like this:When I do this I get an error because the default k8s manifests defines the empty configmap
argocd-notifications-cm
, and the catalog defines it again.Motivation
This is forcing me to add patch to remove the configmap
And add a almost empty new kustomize bas that all it does it pull the old one and add the notifications catalog. It is a workaround but a complicated an unnecessary one
Proposal
I know the merge of both repos is still fresh but why don't we move the default catalog into the base installation for argocd. I think the install package should come with "batteries included" if you know what I meant :wink: