Skip to content

Commit 9202599

Browse files
committed
Fix order of kustomization section
1 parent e282805 commit 9202599

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed

‎site/content/en/references/kustomize/kustomization/buildmetadata/_index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "buildMetadata"
33
linkTitle: "buildMetadata"
44
type: docs
5-
weight: 18
5+
weight: 2
66
description: >
77
Specify options for including information about the build in annotations or labels.
88
---

‎site/content/en/references/kustomize/kustomization/commonannotations/_index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "commonAnnotations"
33
linkTitle: "commonAnnotations"
44
type: docs
5-
weight: 2
5+
weight: 3
66
description: >
77
Add annotations to add all resources.
88
---

‎site/content/en/references/kustomize/kustomization/commonlabels/_index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "commonLabels"
33
linkTitle: "commonLabels"
44
type: docs
5-
weight: 3
5+
weight: 4
66
description: >
77
Add labels and selectors to add all resources.
88
---

‎site/content/en/references/kustomize/kustomization/components/_index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "components"
33
linkTitle: "components"
44
type: docs
5-
weight: 4
5+
weight: 5
66
description: >
77
Compose kustomizations.
88
---

‎site/content/en/references/kustomize/kustomization/configmapgenerator/_index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "configMapGenerator"
33
linkTitle: "configMapGenerator"
44
type: docs
5-
weight: 5
5+
weight: 6
66
description: >
77
Generate ConfigMap resources.
88
---

‎site/content/en/references/kustomize/kustomization/crds/_index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "crds"
33
linkTitle: "crds"
44
type: docs
5-
weight: 6
5+
weight: 7
66
description: >
77
Adding CRD support
88
---

‎site/content/en/references/kustomize/kustomization/generatoroptions/_index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "generatorOptions"
33
linkTitle: "generatorOptions"
44
type: docs
5-
weight: 7
5+
weight: 8
66
description: >
77
Control behavior of [ConfigMap]() and
88
[Secret]() generators.

‎site/content/en/references/kustomize/kustomization/images/_index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "images"
33
linkTitle: "images"
44
type: docs
5-
weight: 8
5+
weight: 9
66
description: >
77
Modify the name, tags and/or digest for images.
88
---

‎site/content/en/references/kustomize/kustomization/labels/_index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "labels"
33
linkTitle: "labels"
44
type: docs
5-
weight: 9
5+
weight: 10
66
description: >
77
Add labels and optionally selectors to all resources.
88
---

‎site/content/en/references/kustomize/kustomization/nameprefix/_index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "namePrefix"
33
linkTitle: "namePrefix"
44
type: docs
5-
weight: 10
5+
weight: 11
66
description: >
77
Prepends the value to the names of all resources and references.
88
---

0 commit comments

Comments
 (0)