Skip to content

Commit

Permalink
Remove skaffold dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rcastley committed Oct 12, 2024
1 parent 2c51970 commit 67acc4b
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
# limitations under the License.
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: bank-of-anthos-development
resources:
- namespace.yaml
components:
- ../../base
# patches:
Expand Down

This file was deleted.

4 changes: 2 additions & 2 deletions src/accounts/contacts/skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ test:
- "requirements.txt"
profiles:
- name: development
activation:
- command: dev
# activation:
# - command: dev
manifests:
kustomize:
paths:
Expand Down
4 changes: 2 additions & 2 deletions src/accounts/userservice/skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ deploy:
kubectl: {}
profiles:
- name: development
activation:
- command: dev
# activation:
# - command: dev
manifests:
kustomize:
paths:
Expand Down
4 changes: 2 additions & 2 deletions src/ledger/balancereader/skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ deploy:
kubectl: {}
profiles:
- name: development
activation:
- command: dev
# activation:
# - command: dev
manifests:
kustomize:
paths:
Expand Down
16 changes: 8 additions & 8 deletions src/ledger/ledger-db/skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ deploy:
kubectl: {}
profiles:
- name: development
activation:
- command: dev
build:
artifacts:
- image: ledger-db
context: .
tagPolicy:
sha256: {}
# activation:
# - command: dev
# build:
# artifacts:
# - image: ledger-db
# context: .
# tagPolicy:
# sha256: {}
manifests:
kustomize:
paths:
Expand Down
4 changes: 2 additions & 2 deletions src/ledger/ledgerwriter/skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ deploy:
kubectl: {}
profiles:
- name: development
activation:
- command: dev
# activation:
# - command: dev
manifests:
kustomize:
paths:
Expand Down
4 changes: 2 additions & 2 deletions src/ledger/transactionhistory/skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ deploy:
kubectl: {}
profiles:
- name: development
activation:
- command: dev
# activation:
# - command: dev
manifests:
kustomize:
paths:
Expand Down

0 comments on commit 67acc4b

Please sign in to comment.