mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-04 23:28:20 +00:00
10 lines
226 B
YAML
10 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
|