Skip to content

Commit

Permalink
refactor: move ns resource to base
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantthapa committed Jul 12, 2024
1 parent 057b21a commit c06d4c0
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions kubernetes/apps/base/httpbin/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ns.yaml
- httpbin.yaml
File renamed without changes.
1 change: 1 addition & 0 deletions kubernetes/apps/base/nginx/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ns.yaml
- nginx.yaml
File renamed without changes.
1 change: 0 additions & 1 deletion kubernetes/apps/kind/httpbin/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ns.yaml
- ../../base/httpbin/
- vs.yaml

Expand Down
1 change: 0 additions & 1 deletion kubernetes/apps/kind/nginx/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ns.yaml
- ../../base/nginx/
- vs.yaml
- allow-ingress-to-nginx.yaml
Expand Down

0 comments on commit c06d4c0

Please sign in to comment.