Skip to content

Instantly share code, notes, and snippets.

@nimjor
nimjor / argocd-labeler-plugin.md
Created January 14, 2025 17:09
ArgoCD labeler plugin via kustomize

ArgoCD Labeler Plugin

Ever wish you could pass some label to an ArgoCD application and have every child resource pick up that label? This is probably of most interest to cluster operators who may not directly control the contents of manifests deployed to their clusters via ArgoCD, but need a way to enforce some standard labeling scheme.

The solution? A simple ArgoCD plugin, easier to setup than you might think.

Write the plugin.yaml