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

    Interface HelmRepository

    Data type defining helm repositories for GitOps bootstrapping.

    interface HelmRepository {
        name: string;
        password?: string;
        repoUrl: string;
        username?: string;
    }
    Index

    Properties

    name: string
    password?: string
    repoUrl: string
    username?: string