mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-22 14:57:01 +00:00
310 B
310 B
title, linkTitle, type, description
| title | linkTitle | type | description |
|---|---|---|---|
| namePrefix | namePrefix | docs | Prepends the value to the names of all resources and references. |
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namePrefix: alices-
A deployment named wordpress would become alices-wordpress.