Skip to content

Commit

Permalink
add test namespace as resource to dev env (#4246)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh authored Dec 27, 2023
1 parent be0fb51 commit a4d4b70
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kustomize/overlays/dev/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ bases:
- ../../../web/kustomize/overlays/dev
- ../../../kurl_proxy/kustomize/overlays/dev

resources:
- ./namespace.yaml

patchesStrategicMerge:
- ./deployment.yaml

Expand Down
4 changes: 4 additions & 0 deletions kustomize/overlays/dev/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: test

0 comments on commit a4d4b70

Please sign in to comment.