## # configuration of this helm-chart ## base: namespace: # -- labels for every new created namespace (together or overwritten by components.: # -- enable component-release to install # @section -- A Component enabled: false # -- optional component-name (if not set component-release-name is used as component-name) # @section -- A Component name: namespace: # -- if not set, it reuse namespace where this base-chart is deployed # @section -- A Component name: # -- if create a new namespace use labels (and the common namespace.labels) # @section -- A Component labels: {} # -- use the named namespace but does not create it # @section -- A Component skip_create: false # -- valuesFrom just for this component (for use values from ConfigMap or Secret) # @section -- A Component valuesFrom: [] # -- set values on component-release # @section -- A Component values: {}