1
0
mirror of synced 2026-03-20 01:26:57 +00:00

Add support for Bucket sources to Kustomizations/HRs

This commit is contained in:
stefanprodan
2020-09-23 16:44:31 +03:00
parent 2806feb468
commit bd2994f9ab
10 changed files with 64 additions and 39 deletions

View File

@@ -55,6 +55,12 @@ var createHelmReleaseCmd = &cobra.Command{
--source=GitRepository/podinfo \
--chart=./charts/podinfo
# Create a HelmRelease with a chart from a Bucket source
gotk create hr podinfo \
--interval=10m \
--source=Bucket/podinfo \
--chart=./charts/podinfo
# Create a HelmRelease with values from a local YAML file
gotk create hr podinfo \
--source=HelmRepository/podinfo \