Package io.quarkiverse.helm.deployment
Interface ValuesSchemaConfig
public interface ValuesSchemaConfig
-
Method Summary
Modifier and TypeMethodDescriptionList of properties to add/modify from the values configuration.title()Title of the values schema json file.
-
Method Details
-
title
Title of the values schema json file. -
properties
Map<String,ValuesSchemaPropertyConfig> properties()List of properties to add/modify from the values configuration.
-