Skip to content

Commit

Permalink
fix(kubewarden-controller): missing indentation in Chart.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrizio Sestito <[email protected]>
  • Loading branch information
fabriziosestito committed Sep 20, 2024
1 parent 1de6065 commit 9a854bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kubewarden-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ annotations:
catalog.cattle.io/display-name: Kubewarden # Only for Charts with custom UI
catalog.cattle.io/os: linux # this means linux only, other choice here is "windows". For charts that support both, don't add this annotation
# optional ones:
catalog.cattle.io/auto-install: kubewarden-crds=1.9.0-rc3
catalog.cattle.io/auto-install: kubewarden-crds=1.9.0-rc3
catalog.cattle.io/provides-gvr: "policyservers.policies.kubewarden.io/v1" # Declare that this chart provides a type, which other charts may use in `requires-gvr`. Only add to parent, not CRD chart.
# The following two will create a UI warning if the request is not available in cluster
# Assume the most standard setup for your chart. These can be strings with amounts, ie 64Mi or 2Gi are both valid.
Expand Down

0 comments on commit 9a854bd

Please sign in to comment.