Skip to content

installing CRDs #7729

Discussion options

You must be logged in to vote

The CRDs are coming from the grafana agent subchart. The helm commands have an option to skip installing CRDs

1 ▶ helm install --help | grep crds
      --skip-crds                                  if set, no CRDs will be installed. By default, CRDs are installed if not already present
0 ▶ helm template --help | grep crds
      --skip-crds                                  if set, no CRDs will be installed. By default, CRDs are installed if not already present
0 ▶ helm upgrade --help | grep crds
      --skip-crds                                  if set, no CRDs will be installed when an upgrade is performed with install flag enabled. By default, CRDs are installed if not already present, wh…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rosh0450
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants