Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sensor does not support automountServiceAccountToken #3158

Open
michalschott opened this issue Jun 11, 2024 · 0 comments
Open

Sensor does not support automountServiceAccountToken #3158

michalschott opened this issue Jun 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@michalschott
Copy link

Describe the bug

automountServiceAccountToken is not supported by kind: Sensor, but it is by kind: EventSource

I have not checked other resources.

To Reproduce
Steps to reproduce the behavior:

  1. create Sensor with spec.template.automountServiceAccountToken: true
  2. deployment is missing this key
  3. create EventSource with spec.template.automountServiceAccountToken: true
  4. key exist in deployment created by EventSource

Expected behavior
automountServiceAccountToken key should be set in deployments created by Sensors


Message from the maintainers:

If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.

@michalschott michalschott added the bug Something isn't working label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant