Skip to content

feat: expose additional Kubernetes properties#1

Open
stefankeidel wants to merge 3 commits into
entropy-data:mainfrom
stefankeidel:main
Open

feat: expose additional Kubernetes properties#1
stefankeidel wants to merge 3 commits into
entropy-data:mainfrom
stefankeidel:main

Conversation

@stefankeidel

Copy link
Copy Markdown

Many enterprise k8s setups have strict policies as to what's allowed and what isn't when users deploy resources into the company clusters. Two of those (in our case) are that automounting service account tokens is strictly forbidden and labels indicating owners of resources must be added.

This PR exposes those properties to be set via values.

@stefankeidel stefankeidel changed the title Expose additional Kubernetes properties feat: expose additional Kubernetes properties Jul 15, 2026
Comment thread values.yaml
@@ -1,5 +1,12 @@
replicaCount: 3

automountServiceAccountToken: false

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could be argued the default should be true? Happy to be convinced

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant