Merge pull request #553 from nazarewk/patch-1

IssuerConfig.Vault typo fix
This commit is contained in:
jetstack-bot 2018-05-11 12:26:26 +01:00 committed by GitHub
commit 32fd3c49f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,7 @@ type IssuerSpec struct {
type IssuerConfig struct {
ACME *ACMEIssuer `json:"acme,omitempty"`
CA *CAIssuer `json:"ca,omitempty"`
Vault *VaultIssuer `json:"vault,omitempty""`
Vault *VaultIssuer `json:"vault,omitempty"`
}
type VaultIssuer struct {