Skip to content

Commit

Permalink
fix: kuztomize deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kpoke committed Nov 3, 2022
1 parent c8af7c5 commit ce76451
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 19 deletions.
9 changes: 2 additions & 7 deletions deployment/overlays/development/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
images:
- name: greenstand/treetracker-wallet-api
newTag: 1.19.7
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base
bases:
- ../../base
7 changes: 1 addition & 6 deletions deployment/overlays/production/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
images:
- name: greenstand/treetracker-wallet-api
newTag: 1.10.9
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
bases:
- ../../base
7 changes: 1 addition & 6 deletions deployment/overlays/test/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
images:
- name: greenstand/treetracker-wallet-api
newTag: 1.10.9
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
bases:
- ../../base

0 comments on commit ce76451

Please sign in to comment.