Udostępnij przez


DeploymentProperties interface

Właściwości

helmChartPath

Ścieżka katalogu pakietu Helm w repozytorium.

helmValues

Lokalizacja pliku Helm Values.yaml w repozytorium.

kubeManifestLocations
manifestType

Określa typ manifestów w repozytorium.

overrides

Zastąpić wartości manifestu.

Szczegóły właściwości

helmChartPath

Ścieżka katalogu pakietu Helm w repozytorium.

helmChartPath?: string

Wartość właściwości

string

helmValues

Lokalizacja pliku Helm Values.yaml w repozytorium.

helmValues?: string

Wartość właściwości

string

kubeManifestLocations

kubeManifestLocations?: string[]

Wartość właściwości

string[]

manifestType

Określa typ manifestów w repozytorium.

manifestType?: string

Wartość właściwości

string

overrides

Zastąpić wartości manifestu.

overrides?: {[propertyName: string]: string}

Wartość właściwości

{[propertyName: string]: string}