10 lines
291 B
YAML
10 lines
291 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: argocd-cm
|
|
data:
|
|
kustomize.buildOptions: --enable-helm
|
|
# switch to annotation based resource tracking as per
|
|
# https://argo-cd.readthedocs.io/en/stable/user-guide/resource_tracking/
|
|
application.resourceTrackingMethod: annotation+label
|