Skip to content

Commit

Permalink
docs: remove configManagementPlugins from argocd-cm.yaml (argoproj#…
Browse files Browse the repository at this point in the history
…17486)

That field is no longer supported.

Signed-off-by: Michael Crenshaw <[email protected]>
Signed-off-by: Mangaal <[email protected]>
  • Loading branch information
crenshaw-dev authored and Mangaal committed Mar 14, 2024
1 parent cd361b9 commit b8406ec
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions docs/operator-manual/argocd-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,14 +235,6 @@ data:
# can be either empty, "normal" or "strict". By default, it is empty i.e. disabled.
resource.respectRBAC: "normal"

# Configuration to add a config management plugin.
configManagementPlugins: |
- name: kasane
init:
command: [kasane, update]
generate:
command: [kasane, show]
# A set of settings that allow enabling or disabling the config management tool.
# If unset, each defaults to "true".
kustomize.enabled: true
Expand Down Expand Up @@ -413,4 +405,4 @@ data:
# Mandatory if multiple services are specified.
cluster:
name: some-cluster
server: https://some-cluster
server: https://some-cluster

0 comments on commit b8406ec

Please sign in to comment.