All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkiverse.operatorsdk.runtime.HelmConfiguration Maven / Gradle / Ivy

The newest version!
package io.quarkiverse.operatorsdk.runtime;

import io.quarkus.runtime.annotations.ConfigGroup;
import io.smallrye.config.WithDefault;

@ConfigGroup
public interface HelmConfiguration {

    /**
     * Can be used to disable helm chart generation.
     */
    @WithDefault("false")
    Boolean enabled();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy