Martijn van der Ploeg

Results 18 comments of Martijn van der Ploeg

> I found that if I explicitly set `xpack.security.enabled: true` and bind mount a keystore that has a `bootstrap.password` set, then bind mounting the elasticsearch.yml works fine. I haven't dug...

Hello, this could have to do with a conflict with cloud-init, you could try to disable coud init in the template and see if the ip can be set correctly...

if cloud init is not installed you could take a look at this kb from vmware: https://kb.vmware.com/s/article/59687 Note: This step is not required for vSphere 6.7 U3 and later. ```...

> Maybe there are logs somewhere, but I never needed to look at them, so I do not known where to look exactly. > > There's one thing that you...

anyone found a workaround maybe with the latest changes as the gotemplate sprig functions https://github.com/Masterminds/sprig ? Or another workaround that allows applications with or without plugins from the same application...

copied the existing jira template and made it suitable for the trivy operator report , think it can also be used for slack or at least as example: https://github.com/aquasecurity/postee/pull/595 looping...

example for slack : https://github.com/aquasecurity/postee/pull/597 copied the existing slack template and changed field names to match the output from the operator can include more fields but than the message get...

got the ingress-nginx working with the normal helm chart and these values: ``` controller: extraArgs: publish-status-address: localhost hostPort: enabled: true publishService: enabled: false service: type: NodePort tolerations: - effect: NoSchedule...

yes got the same issue

think i got a similar issue with the latest gatekeeper release i got this error even the field is in the scheme k8s 1.28+ helm: ``` kind: ValidatingWebhookConfiguration {{- if...