Skip to content

Commit

Permalink
Fix Typo (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
spjmurray authored Jun 13, 2024
1 parent 7328c29 commit adfd8e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/identity/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Helm chart for deploying Unikorn's IdP

type: application

version: v0.2.9
appVersion: v0.2.9
version: v0.2.10
appVersion: v0.2.10

icon: https://raw.githubusercontent.com/unikorn-cloud/assets/main/images/logos/dark-on-light/icon.png
2 changes: 1 addition & 1 deletion pkg/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ type Options struct {

// AddFlags adds the options to the CLI flags.
func (o *Options) AddFlags(f *pflag.FlagSet) {
f.StringVar(&o.Host, "identity-Host", "", "Identity endpoint URL.")
f.StringVar(&o.Host, "identity-host", "", "Identity endpoint URL.")
f.StringVar(&o.CASecretNamespace, "identity-ca-secret-namespace", "", "Identity endpoint CA certificate secret namespace.")
f.StringVar(&o.CASecretName, "identity-ca-secret-name", "", "Identity endpoint CA certificate secret.")
}
Expand Down

0 comments on commit adfd8e4

Please sign in to comment.