We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Kubernetes limits metadata.name for CronJob to 52 characters.
metadata.name
https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#:~:text=The%20name%20of%20a%20CronJob,no%20longer%20than%2052%20characters.
we should implement existing trimming + hashing logic for producer-app to further restrict its nameOverride.
nameOverride
The text was updated successfully, but these errors were encountered:
disrupted
Successfully merging a pull request may close this issue.
Kubernetes limits
metadata.name
for CronJob to 52 characters.https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#:~:text=The%20name%20of%20a%20CronJob,no%20longer%20than%2052%20characters.
we should implement existing trimming + hashing logic for producer-app to further restrict its
nameOverride
.The text was updated successfully, but these errors were encountered: