Karl Skewes
Karl Skewes
Looks similar to #6620 . Any chance you could try version 1.14 and see if that works? Then try later versions to see where it breaks?
Also FWIW in spin 1.22 the spin config file is camelCase ([example.yaml#L25](https://github.com/spinnaker/spin/blob/master/config/example.yaml#L25)) and casing is now preserved thanks to https://github.com/spinnaker/spin/pull/320. `auth.oauth2.cachedToken` contents are still snake_case. I plan to get a...
Thanks for checking, was hoping it might have got you going. We'll have to dig into the code. PR's welcome too :)
Thanks to a contributor Chris Phillips, new spinnaker versions debs are published to https://console.cloud.google.com/artifacts/apt/spinnaker-community/us/apt?project=spinnaker-community. We're getting close with releasing 1.27.0. Once that is out we will have confirmed the full...
Perhaps a `kubectl rollout restart deploy clouddriver` or using the label selector is a way to avoid downtime if you don't have `PodDisruptionBudget` configured. Be good to understand where the...
Thanks very much for this. Like the idea of envsubst mechanism for secrets (or anything) in the config file. We would continue to hydrate via Sealed Secrets controller. Not having...
Per above. On kubernetes it's easier to pass just the DSN from a secret rather than making all config a secret. Thanks for the project~
Thanks very much. Will ponder moving to docker image source versus building off mirrored repo. The recently published release strategy is helpful too. If git tags (2.x.y+) will be added...
Nice. We don't use SSM at the moment so I'd rather extend our existing tooling. I still think publishing binaries and md5 to GitHub would be useful but respect wish...
> @kskewes if you're interested in Lokomotive using libvirt underneath, there is also #392, which might be in a better shape than this PR (though libvirt usage there is rather...