We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10be213 + 47bed9d commit 0c4e6c8Copy full SHA for 0c4e6c8
deploy/kustomization.yaml
@@ -0,0 +1,12 @@
1
+apiVersion: kustomize.config.k8s.io/v1beta1
2
+kind: Kustomization
3
+
4
+# Set the namespace for all resources using a placeholder.
5
+namespace: ${NAMESPACE}
6
7
+# Use a prefix for all object names. You can substitute the PROJECT_NAME variable.
8
+namePrefix: ${PROJECT_NAME}-
9
10
+# List all the resources (manifests) you want to deploy.
11
12
+# Include patches to update existing resources, if any
0 commit comments