Amit Baranes

Results 4 issues of Amit Baranes

As much as I can tell, Currently, We can inject one secret only using `secrets.k8s.aws/secret-arn` . Would be nice to inject multiple secrets into a given pod.

is it possible to suspend only cronjobs? I've tested the following template but no luck - ```yaml apiVersion: kube-green.com/v1alpha1 kind: SleepInfo metadata: name: working-hours spec: weekdays: "*" sleepAt: "16:30" wakeUpAt:...

As part of our testing process, we create a namespace with all microservices and 3rd parties for each developer as a namespace. This namespace has a 72-hour TTL, pass that...

When running `aws eks update-kubeconfig` with `--role-arn` new entry created under `.kube/config`. which contains the following: ```yaml - name: arn:aws:eks:eu-west-1:123456789:cluster/xxx user: exec: apiVersion: client.authentication.k8s.io/v1alpha1 args: - --region - eu-west-1 -...

enhancement
help wanted
good first issue