@aws-quickstart/eks-blueprints
    Preparing search index...

    Class HelmAddOnAbstract

    ClusterAddOn is the interface to which all Cluster addons should conform. If the Promise is returned then the framework will ensure promises are resolved before the Teams setup() and postDeploy() methods are invoked. If void is returned, then no dependency features apply.

    Promise<cdk.Construct> | void

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    props: HelmChartConfiguration
    failOnVersionValidation: boolean = false
    validateHelmVersions: boolean = false

    Methods

    • Deploys the helm chart in the cluster.

      Parameters

      • clusterInfo: ClusterInfo
      • Optionalvalues: Values
      • OptionalcreateNamespace: boolean
      • Optionalwait: boolean
      • Optionaltimeout: Duration

      Returns Construct