Skip to content

Commit

Permalink
readme and formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
abuchanan-airbyte committed Sep 18, 2024
1 parent ca36436 commit dbd9ea9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ Installs a local Airbyte instance or updates an existing installation which was
| Name | Default | Description |
|---------------------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| --chart | "" | Path to chart. |
| --chart-version | latest | Which Airbyte helm-chart version to install. |
| --docker-email | "" | Docker email address to authenticate against `--docker-server`.<br />Can also be specified by the environment-variable `ABCTL_LOCAL_INSTALL_DOCKER_EMAIL`. |
| --docker-password | "" | Docker password to authenticate against `--docker-server`.<br />Can also be specified by the environment-variable `ABCTL_LOCAL_INSTALL_DOCKER_PASSWORD`. |
Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/local/local/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const (
)

type InstallOpts struct {
HelmChartFlag string
HelmChartFlag string
HelmChartVersion string
ValuesFile string
Secrets []string
Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/local/local_install.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func (i *InstallCmd) Run(ctx context.Context, provider k8s.Provider, telClient t
}

opts := local.InstallOpts{
HelmChartFlag: i.Chart,
HelmChartFlag: i.Chart,
HelmChartVersion: i.ChartVersion,
ValuesFile: i.Values,
Secrets: i.Secret,
Expand Down

0 comments on commit dbd9ea9

Please sign in to comment.