Skip to content

Commit 047093b

Browse files
author
Mikael
authored
feat(k8s): put prods in folder (#177)
1 parent 591f693 commit 047093b

File tree

6 files changed

+24
-0
lines changed

6 files changed

+24
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
3+
4+
namespace: helsingborg
5+
#nameSuffix: -prod
6+
7+
patchesStrategicMerge:
8+
- visualisation.yaml
9+
- simulator.yaml
10+
11+
resources:
12+
- ../../../base
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
3+
4+
namespace: rorla
5+
#nameSuffix: -prod
6+
7+
patchesStrategicMerge:
8+
- visualisation.yaml
9+
- simulator.yaml
10+
11+
resources:
12+
- ../../../base
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)