Skip to content

Commit 0c4e6c8

Browse files
authored
Merge pull request #17 from elevran/deploy_kustomization_yaml
empty top level kustomization.yaml - make CICD happy
2 parents 10be213 + 47bed9d commit 0c4e6c8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

deploy/kustomization.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)