l.h. riley
l.h. riley
The kubernetes client is getting pretty ancient, and should be upgraded to a modern version. https://github.com/kubernetes/client-go Current version is https://github.com/kylemcc/kube-gen/blob/16e1462f32d6feb6419dacfdaa52789188de2cd6/go.mod#L9C26-L10C1 from https://github.com/kubernetes/client-go/releases/tag/v0.24.2
There may be underlying reasons why this wasn't included at some point, but seeing as the Sprig library is pretty well maintained, it would make sense to include it with...
This would be important in terms of simplifying how reviewers in a PR locate / view changes that have been pushed to an ephemeral environment as part of the PR...
Health check fails with defaults: ```shell ❯ kubectl -n codefresh-workers logs -f deployment.apps/cf-runtime-app-proxy Found 3 pods, using pod/cf-runtime-app-proxy-995b74d8d-7bktr Using newrelic: {"config":{"app_name":"app-proxy [production]","logging":{"enabled":false,"level":"info"},"error_collector":{"ignore_status_codes":["400-600"]}}} New Relic for Node.js halted startup due to...
@kylemcc I'm not sure if it is a major hassle, but if possible can you kick off a build here that uses the latest `kube-gen`? https://github.com/kylemcc/kube-gen/pkgs/container/kube-gen%2Fkube-gen Thanks in advance!
### Summary When writing a `OnePasswordItem` definition, it would be helpful to reference individual fields of a 1password item rather than the entire item as a whole. ### Use cases...
### Summary Support secrets where section headers delineate related sets of secrets that contain the same keys. ### Use cases For some use cases, a secret item may contain multiple...
### Summary Please include the option to define pod placement using affinity: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity ### Use cases We have specific node pools dedicated to different resource requirements, and we place our...
### Summary Currently when running `terraform destroy` or `terraform apply` after removing 1password provider resources, Terraform destroys any secrets that it has created or imported into state. This behavior can...
> Note: This problem is most likely due to a desync in the https://github.com/mauronofrio/android_bootable_recovery/ fork versus the latest commits posted in https://gerrit.twrp.me/q/project:android_bootable_recovery, rather than a problem in this repo. However,...