Skip to content

Commit 83de7be

Browse files
Merge pull request #5 from software-architecture-fiap/bugfix/pipelines
Fix pipelines
2 parents 5266319 + a8679db commit 83de7be

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,5 @@ Este projeto está licenciado sob a MIT License - veja o arquivo [LICENSE](LICEN
172172
Se você encontrar problemas ou tiver dúvidas, sinta-se à vontade para abrir um *issue* ou fazer uma contribuição!
173173
174174
---
175+
176+

infra/kubernetes/base/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ kind: Kustomization
44
resources:
55
- order/deployment.yaml
66
- order/service.yaml
7+
- order/order-service-config.yaml
78
- db/postgres-db-pvc.yaml
89
- db/postgres-db-deployment.yaml
910
- db/postgres-db-service.yaml

infra/kubernetes/development/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ patches:
1111
- path: patch-deployment.yaml
1212
target:
1313
kind: Deployment
14-
- path: order-service-configmap.yaml
14+
- path: order-service-config.yaml
1515
target:
1616
kind: ConfigMap
1717

0 commit comments

Comments
 (0)