Skip to content

Commit 0424a19

Browse files
committed
fix: remove unnecessary includeSelectors
1 parent c0b26cc commit 0424a19

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

examples/breakfast.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ mkdir -p $DEMO_HOME/breakfast/overlays/alice
7070
7171
cat <<EOF >$DEMO_HOME/breakfast/overlays/alice/kustomization.yaml
7272
labels:
73-
- includeSelectors: true
74-
pairs:
73+
- pairs:
7574
who: alice
7675
resources:
7776
- ../../base
@@ -95,8 +94,7 @@ mkdir -p $DEMO_HOME/breakfast/overlays/bob
9594
9695
cat <<EOF >$DEMO_HOME/breakfast/overlays/bob/kustomization.yaml
9796
labels:
98-
- includeSelectors: true
99-
pairs:
97+
- pairs:
10098
who: bob
10199
resources:
102100
- ../../base

examples/configureBuiltinPlugin.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ to be read and transformed:
101101
cat <<'EOF' >$DEMO_HOME/kustomization.yaml
102102
namePrefix: hello-
103103
labels:
104-
- includeSelectors: true
105-
pairs:
104+
- pairs:
106105
app: hello
107106
commonAnnotations:
108107
area: "51"

examples/springboot/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,7 @@ add a label, but one can always edit
184184
```
185185
cat <<EOF >>$DEMO_HOME/kustomization.yaml
186186
labels:
187-
- includeSelectors: true
188-
pairs:
187+
- pairs:
189188
env: prod
190189
EOF
191190
```

0 commit comments

Comments
 (0)