mirror of
https://github.com/fluxcd/flux2.git
synced 2026-05-04 00:58:50 +00:00
Fix break lines in create helmrelease and source
Signed-off-by: Horacio Granillo <horacio.granillo@smarttra.de>
This commit is contained in:
parent
7e6cd34071
commit
799848c2a0
2 changed files with 4 additions and 4 deletions
|
|
@ -83,9 +83,9 @@ var createHelmReleaseCmd = &cobra.Command{
|
|||
|
||||
# Create a HelmRelease with a custom release name
|
||||
flux create hr podinfo \
|
||||
--release-name=podinfo-dev
|
||||
--release-name=podinfo-dev \
|
||||
--source=HelmRepository/podinfo \
|
||||
--chart=podinfo \
|
||||
--chart=podinfo
|
||||
|
||||
# Create a HelmRelease targeting another namespace than the resource
|
||||
flux create hr podinfo \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue