Skip to content

Commit ca625ee

Browse files
committed
Add namespace for k8s resources
1 parent 42d423d commit ca625ee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

kustomize/overlays/production/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
namespace: production
12

23
bases:
34
- ../../base

kustomize/overlays/staging/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
namespace: staging
12

23
bases:
34
- ../../base

0 commit comments

Comments
 (0)