Marcello Teodori

Results 29 comments of Marcello Teodori

Can you please go back to the issue rather than your solution and show your command line that failed with expected result? thanks

I don't think that is the problem as you can see the values applied if you call for example: ``` helm template --set global.tracking.sharedsecret=secret --set postgresql-syncservice.nameOverride=myname helm/alfresco-content-service ``` if the...

See the helm deployment for a long running setup with volumes that allows restarting. The docker compose deployment is meant for local development and tested only using the `docker-compose` CLI...

Thanks @torgerss that's great to learn, I'm not too familiar with swarm/stack but would it make sense for you to create a PR with an extra compose file with your...

can you specify which version of the chart and full command line and values you're passing? the bitnami chart is not used only in postgresql

great idea, happy to help!

I've been creating some PRs for some of the latest bugs but I still struggle on composable generators a bit, for example when a command line option/prompt is set by...

I am fine to step in, I am using Backbone at work with Marionette but it would be nice to understand which of the current options are still relevant, my...

@ruyadorno wouldn't it be better if we were breaking the dependency on generator-backbone-mocha and rather implement the test templates here?

I use grunt serve:test for this (with mocha) which does exactly what you want everytime you add a new test file under test/spec/ you still have to add it manually...