mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
9 lines
226 B
YAML
9 lines
226 B
YAML
configMapGenerator:
|
|
- name: my-map
|
|
literals:
|
|
- foo=bar
|
|
generatorOptions:
|
|
annotations:
|
|
argocd.argoproj.io/compare-options: IgnoreExtraneous
|
|
argocd.argoproj.io/sync-options: Prune=false
|
|
kind: Kustomization
|