Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Add annotations to Chart #210

Open
davidlrosenblum opened this issue Jul 26, 2021 · 0 comments
Open

Add annotations to Chart #210

davidlrosenblum opened this issue Jul 26, 2021 · 0 comments

Comments

@davidlrosenblum
Copy link
Contributor

When the Neo4j Pod running in the cluster needs to access cloud services, the service account that Neo4j is running with needs to have annotations to connect to the Service Account (In Google at least). It would be a great addition to have the annotations added to the service account that the helm chart create when the chart is installed.
Currently one must add the Service Account to be used to the common config yaml like

serviceAccount:
  name: "my-svc-acct"
  create: false

What I am suggesting is

serviceAccount:
  name: "my-svc-acct"
  create: true
  annotations: "[email protected]"
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant