FelipeEmerim
FelipeEmerim
This is exactly what we need to fit our use case of deploying smocker as a mock server on k8s
Thank you for the detailed response! Glad to hear Smocker is being actively improved :) I saw `--persistence-directory` when digging through the source code, but I noticed that Smocker generates...
Wow, that was really fast! Thank you! I will try it later today!
Sorry for the late reply, I tested it today, it did generate yaml files the files contain internal metadata and some fields slightly changed. Either way I managed to a...
Yes, same private key on the two repos. I can clone them as long as I pass the ssh key. It seems that the deployer does not use the wrapper...
A simple test: ``` #!/usr/bin/env sh ssh -o CheckHostIP=no \ -o IdentitiesOnly=yes \ -o StrictHostKeyChecking=no \ -o PasswordAuthentication=no \ -o IdentityFile=MyprivateKey $*` ``` ```export GIT_SSH=/path/to/script.sh``` ```git clone --mirror [email protected]:VE3/repoWithSubmodules.git``` This...
I tried some workarounds but none of them worked. In our case, since the submodule is actually a SOAP service we deployed it separately.
We had this problem after removing the consul from one of our clusters and reinstalling it. As a workaround, running helm upgrade to create a new revision fixed it for...
https://github.com/conventional-changelog/standard-version/issues/763
I had the same problem earlier. It seems you do not need the ppa for ubuntu 20.04. Just remove the ppa and run `sudo apt install stacer` I just ran...