Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Commit

Permalink
Spell passphrase correctly (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
garthy authored Feb 8, 2018
1 parent 007daa3 commit 029047a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/oci/client/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type AuthConfig struct {
PrivateKey string `yaml:"key"`
Fingerprint string `yaml:"fingerprint"`
Region string `yaml:"region"`
PrivateKeyPassphrase string `yaml:"key_passphase"`
PrivateKeyPassphrase string `yaml:"key_passphrase"`
}

// Config holds the OCI cloud-provider config passed to Kubernetes compontents.
Expand Down

0 comments on commit 029047a

Please sign in to comment.