File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -133,10 +133,7 @@ defining a new name prefix, and some different labels.
133
133
<!-- @makeStagingManifest @test -->
134
134
```
135
135
cat <<'EOF' >$OVERLAYS/staging/kustomize.yaml
136
- apiVersion: manifest.k8s.io/v1alpha1
137
- kind: Package
138
- metadata:
139
- name: makes-staging-hello
136
+ kustomizationName: makes-staging-hello
140
137
namePrefix: staging-
141
138
objectLabels:
142
139
instance: staging
@@ -178,10 +175,7 @@ with a different name prefix and labels.
178
175
<!-- @makeProductionManifest @test -->
179
176
```
180
177
cat <<EOF >$OVERLAYS/production/kustomize.yaml
181
- apiVersion: manifest.k8s.io/v1alpha1
182
- kind: Package
183
- metadata:
184
- name: makes-production-tuthello
178
+ kustomizationName: makes-production-tuthello
185
179
namePrefix: production-
186
180
objectLabels:
187
181
instance: production
You can’t perform that action at this time.
0 commit comments