interface FluxKustomizationProps {
    kustomizationPath: string;
    kustomizationTargetNamespace?: string;
    prune?: boolean;
    syncInterval?: string;
    timeout?: string;
}

Properties

kustomizationPath: string

Flux Kustomization path within the GitRepository Do not use the path in the repository field

kustomizationTargetNamespace?: string

Flux Kustomization Target Namespace. Note: when set, this parameter will override all the objects that are part of the Kustomization, please see https://fluxcd.io/flux/components/kustomize/kustomization/#target-namespace

prune?: boolean

Flux Kustomization Prune. Default true

syncInterval?: string

Internal for Flux sync. Default 5m0s

timeout?: string

Flux Kustomization Timeout. Default 1m