Adding svc-optional

This commit is contained in:
2025-12-02 20:40:57 -06:00
parent 7230081401
commit 3a1c170140
6 changed files with 33 additions and 1 deletions

View File

@@ -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: |-