Adding svc-optional
This commit is contained in:
@@ -30,6 +30,7 @@ const (
|
||||
LabelSamePod Label = KatenaryLabelPrefix + "/same-pod"
|
||||
LabelDescription Label = KatenaryLabelPrefix + "/description"
|
||||
LabelIgnore Label = KatenaryLabelPrefix + "/ignore"
|
||||
LabelSvcOptional Label = KatenaryLabelPrefix + "/svc-optional"
|
||||
LabelDependencies Label = KatenaryLabelPrefix + "/dependencies"
|
||||
LabelConfigMapFiles Label = KatenaryLabelPrefix + "/configmap-files"
|
||||
LabelCronJob Label = KatenaryLabelPrefix + "/cronjob"
|
||||
|
||||
@@ -183,6 +183,12 @@
|
||||
example: "labels:\n {{ .KatenaryPrefix }}/ignore: \"true\""
|
||||
type: "bool"
|
||||
|
||||
"svc-optional":
|
||||
short: "Make the service optional in the resulting helm chart"
|
||||
long: "Making a service optional to be exported in helm chart."
|
||||
example: "labels:\n {{ .KatenaryPrefix }}/svc-optional: \"true\""
|
||||
type: "bool"
|
||||
|
||||
"dependencies":
|
||||
short: "Add Helm dependencies to the service."
|
||||
long: |-
|
||||
|
||||
Reference in New Issue
Block a user