by shigemk2

当面は技術的なことしか書かない

kubectl annotateメモ

kubernetes.io

github.com

applicationのmanifestにannotation argocd.argoproj.io/refresh: hard を付ける

そんな案内らしい案内はないけど、kubectl annnotate applicationでmanifestにannotateする

kubectl annotate application argocd-xxxxx -n xxxxxxx argocd.argoproj.io/refresh=hard --overwrite