Skip to content
Snippets Groups Projects

pipeline multiple updates

Merged Dobromir Palushev requested to merge just-a-test into staging
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -3,5 +3,5 @@ kind: ConfigMap
metadata:
name: todo-app-config
data:
PORT: 3000
MONGODB_URL: mongodb-service
PORT: "3000"
MONGODB_URL: "mongodb-service"
Loading