You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components.yaml
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -41,17 +41,20 @@
41
41
# - Comma-separated list of components for which the blueprint should be added to the component descriptor, e.g. "apiserver-controller,managedcontrolplane-controller,landscaper-connector"
42
42
# - Each element will result in a resource entry of type 'landscaper.gardener.cloud/blueprint' named '<component>-blueprint'. The corresponding blueprint is expected at 'BP_PATH/<component>' (relative to this file).
43
43
# - Defaults to COMPONENTS if BP_PATH is set and is empty otherwise.
44
+
# - Set this to "[]" to not add any blueprints to the component descriptor.
44
45
# - CHART_COMPONENTS
45
46
# - Comma-separated list of components for which helm charts should be referenced in the component descriptor, optionally with version (separated by ":").
# - Each element will result in a resource entry of type 'helmChart' named '<component>-chart'. The chart is expected in the OCI registry at '<CHART_REGISTRY>/<component>:<version>'.
48
49
# - Defaults to COMPONENTS if not specified.
50
+
# - Set this to "[]" to not add any helm charts to the component descriptor.
49
51
# - Each chart's version defaults to CHART_VERSION if not specified.
50
52
# - IMG_COMPONENTS
51
53
# - Comma-separated list of components for which container images should be referenced in the component descriptor, optionally with version (separated by ":").
# - Each element will result in a resource entry of type 'ociImage' named '<component>-image'. The image is expected in the OCI registry at '<IMG_REGISTRY>/<component>:<version>'.
54
56
# - Defaults to COMPONENTS if not specified.
57
+
# - Set this to "[]" to not add any images to the component descriptor.
55
58
# - Each image's version defaults to IMG_VERSION if not specified.
0 commit comments