-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add business id to cronjob chart #156
Add business id to cronjob chart #156
Conversation
cronjob/Chart.yaml
Outdated
@@ -1,6 +1,6 @@ | |||
apiVersion: v1 | |||
description: Helm chart with simple cronjob template | |||
name: cronjob | |||
version: 0.9.0 | |||
version: 0.10.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remember update version before merge
@@ -10,6 +10,8 @@ kind: CronJob | |||
metadata: | |||
name: {{ .Values.name }} | |||
namespace: {{ .Release.Namespace }} | |||
labels: | |||
businessid: {{ required "businessid must be provided" .Values.businessid | quote }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why add required here, should add required in all businessid field?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the entry point, so I believe checking here would be enough.
60fe520
This reverts commit 60fe520.
be74b37
No description provided.