Davin Kevin
Davin Kevin
+1, we also could need this kind of feature! 👍
👍 thanks Le lun. 23 juil. 2018 à 10:26, Serge Bishyr a écrit : > @davinkevin @TimvdLippe > I can confirm that the issue is > reproducible on the latest...
As a user of `kustomize` + `fluxcd`, I would really like to have a solution to use `hash-suffix` with SealedSecret to have: * Capacity to use immutable secret for audit...
I have the same needs as the title describes, but for other purpose. As cluster maintainers, we try to keep all our system available during "upgrades", simple to rollback for...
Thanks @stefanprodan ! It's a good trick to achieve that. To be able to delegate this operation (service account RBAC modification) to (human) namespace operator, we have to create a...
For fish users: `set -x DIRENV_LOG_FORMAT ""` 😍 I've added this into my `~/.config/fish/config.fish` file, just before the `eval (direnv hook fish)`
I post here because I think this is the same root problem, the bytecode generated by kotlin compiler generate more branch than the original code: ```kotlin fun withWhen(word1: String, word2:...
Thank you for the answer @DoodleBobBuffPants. Currently, this is used in CI for dev purpose, and I try to optimise my pipeline to launch only what is required. The fact...
+1 for this issue, especially if we want to do this operation within our CI pipeline. Is this possible @shyiko ? Our CI system should know every public key of...
The problem from @johnowl & @jonahseguin seems to be related to the usage of `ObjectMapper::writeValueAsString` within a reactive context. In reactive world, blocking call should be avoided because `Reactive` implementation...