Sean Roberts
Sean Roberts
Could use grubby. But it will be missed during a kernel upgrade. `KERNEL in /boot/vmlinuz-*; do sudo grubby --update-kernel="$KERNEL" --args='transparent_hugepage=never elevator=noop'; done` So likely have to make a script like...
Our Okta usernames are email addresses which can never sync directly to a Github username. Instead we strip `@.*` to support emails. What I wondered was slightly different: - Even...
Did you make further progress on this? As you described, we are attempting to hack/engineer a solution to know what was the actual commit that caused a change. Also, you...
Wouldn't the `change-revision(s)` you described be the equivalent of `git log -1` against the source paths?
> I believe that is what argocd.argoproj.io/manifest-generate-paths is for. Yes, that or `path.source` and `path.sources` indicate the paths. But do not indicate the commit of change. @dudinea would you be...
The bug expressed visually here by @todaywasawesome : https://github.com/argoproj/argo-cd/issues/20592#issuecomment-2450517667 >
For accepting at the prompt, you could have one of these: ``` direnv allow-session direnv allow --session ... ```
Experiencing the same with this pattern for referencing secrets: ``` --- environments: default: secrets: - values.sops.yaml helmfiles: - path: ../../apps/example/helmfile.yaml values: - versions.yaml - values.generated.yaml ``` Verified by executing `helmfile...
Bumping to keep the bot from closing it. This is as this is a legitimate issue.