pihole-kubernetes icon indicating copy to clipboard operation
pihole-kubernetes copied to clipboard

[Feature Request] serviceAccountName and metadata annotations for deployment

Open alteredtech opened this issue 3 years ago • 1 comments
trafficstars

Trying to integrate pihole with hashicorp vault. From what I can tell is that it requires spec.template.metadata.annotations and spec.template.spec.serviceAccountName to be entered. I could try to do it myself but I am still very new to this.

This is the hashicorp guide I am following.

alteredtech avatar Mar 04 '22 00:03 alteredtech

Trying to integrate pihole with hashicorp vault. From what I can tell is that it requires spec.template.metadata.annotations and spec.template.spec.serviceAccountName to be entered. I could try to do it myself but I am still very new to this.

This is the hashicorp guide I am following.

You can add pod annotation with podAnnotations in your values files. This helm chart doesn't support specifying a service account, you'd probably have to open a PR to support that. But, if I remember correctly, every pod gets the default service account automatically. So you could use that for whatever you need.

TheOutdoorProgrammer avatar Mar 13 '22 00:03 TheOutdoorProgrammer