mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-01 13:57:19 +00:00
* Fixing could not find plugin issue when app sync and app diff
* Fixing codegen error
* Revert "Fixing codegen error"
This reverts commit b2dcfb81
* Fixing codegen error
* If user is logged in, settings API would return ConfigManagementPlugins
* For helm3, add flag --include-crds when calling helm template to support helm3 crd
* Fixing typo.
* Added further assertion of ResourceSyncStatusIs for CRD resources.
6 lines
No EOL
72 B
YAML
6 lines
No EOL
72 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: my-map
|
|
data:
|
|
foo: bar |