Andrés Felipe Piñeros

Results 6 issues of Andrés Felipe Piñeros

Is it possible to share global variables between helmfiles in the following manner? Let's say I have one global variables file called `globals.yaml`, that has this content: ``` spring: regex:...

question
feature request

The pod that the cronjob creates for the eviction has no annotations. ``` jobTemplate: metadata: labels: app: {{ template "descheduler.name" . }} release: {{ .Release.Name }} annotations: scheduler.alpha.kubernetes.io/critical-pod: "true" checksum/config:...

enhancement

The only way to monitor what the descheduler does to the cluster is by checking the logs. For most logging tools for Kubernetes (for example Kibana), labels and annotations are...

enhancement

#### Problem Allow adding the equivalent of "enable_ruby: true" for the concat plugin fields. I want to create a dynamic multiline pipeline that lets people decide which pattern they want...

Currently the BB only exposes metrics for server-side certificates. Would be nice to also have client side certificate expiry.

## The Problem Right now the cluster-agent has this logic in the "secret-cluster-agent.yaml": ``` {{ $secret := (lookup "v1" "Secret" .Release.Namespace "cluster-agent-secret") }} ``` This is a query to the...