Add multibases example with different namespace

This commit is contained in:
Jingfang Liu
2018-07-30 15:21:45 -07:00
parent 3dbe732cb5
commit 71f069cf95
2 changed files with 117 additions and 1 deletions

View File

@@ -123,4 +123,5 @@ test 1 == \
$(kustomize build $DEMO_HOME | grep cluster-a-prod-myapp-pod | wc -l); \
echo $?
```
Similarly to adding different `namePrefix` in different variants, one can also add different `namespace` and compose those variants in
one _kustomization_. For more details, take a look at [multi-namespaces](multi-namespace.md).