Skip to content

Commit 972c2fb

Browse files
committed
Add kustomization files
1 parent a38826e commit 972c2fb

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

base/kustomization.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
3+
metadata:
4+
name: myapp-kustomization
5+
commonLabels:
6+
app: myapp
7+
resources:
8+
- deployment.yaml
9+
- service.yaml
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
namePrefix: development-
2+
namespace: development
3+
commonLabels:
4+
variant: development
5+
commonAnnotations:
6+
note: Hello, I am development!
7+
resources:
8+
- ../../base
9+
# patchesStrategicMerge:
10+
# - deployment-patch.yaml
11+
images:
12+
- name: manuelnucci/argocd-app
13+
newTag: "1.0"

0 commit comments

Comments
 (0)