Davide Barbato
Davide Barbato
So, I've been playing with API a while and especially I dug into the code and, while we wait for the documentation, here is what I've found. The code that...
Updated to kubed 0.13.1, still happening. Looking at kubed logs: ``` I0215 11:09:24.875460 1 secret.go:42] secret postgres/postgres-secrets will be synced into namespaces [prod] if needed I0215 11:09:24.894303 1 secret.go:39] Creating...
Here we go: ``` security: # excludeEndpoints: # Additional endpoints to exclude auth checks. Multiple endpoints can be separated by colon - default: '' basicAuth: active: true # If basic...
``` ➜ ~ helm version version.BuildInfo{Version:"v3.5.2", GitCommit:"167aac70832d3a384f65f9745335e9fb40169dc2", GitTreeState:"dirty", GoVersion:"go1.15.7"} ```
Played a little bit around and found out that the workaround is to hardcode the `port` and `containerPort` values. Not even casting to an int served. I'm sure there is...
Hi @danicano10 , Here is my `deployment.yaml`. Take into account that I've edited to add more features not present in this repo: ``` apiVersion: apps/v1 kind: Deployment metadata: name: {{...
On 17/01/2012 18:09, Jaromil wrote: > if we make it configurable, what's the best way to check which filesystem the tomb is formatted? > I mean, without mounting it? >...
Hi @theomarkkuspaul , you have to create an Incoming Webhook in Slack as stated here: https://api.slack.com/incoming-webhooks It gives you the URL to use in your chaos lambda configuration file. Specifically,...
So Slack gave you something like `https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX`, am I correct? Is this the access key are you talking about? If so, then take the `XXXXXXXXXXXXXXXXXXXXXXXX` part and put that in...
So are you thinking about creating a class (FileType) that should be use inside the channels, or about a class that should be use by exfil.py? It can be tricky...