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

Commit

Permalink
fix(argocd): fixed tag for gpgkey
Browse files Browse the repository at this point in the history
  • Loading branch information
stebenz committed Feb 11, 2020
1 parent 166efbe commit 1ba10e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1beta1/argocd.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type ArgocdSecret struct {
type ArgocdCustomImage struct {
Enabled bool `json:"enabled,omitempty" yaml:"enabled,omitempty"`
ImagePullSecret string `json:"imagePullSecret,omitempty" yaml:"imagePullSecret,omitempty"`
GopassGPGKey string `json:"gopassPGPKey,omitempty" yaml:"gopassPGPKey,omitempty"`
GopassGPGKey string `json:"gopassGPGKey,omitempty" yaml:"gopassGPGKey,omitempty"`
GopassSSHKey string `json:"gopassSSHKey,omitempty" yaml:"gopassSSHKey,omitempty"`
GopassStores []*ArgocdGopassStore `json:"gopassStores,omitempty" yaml:"gopassStores,omitempty"`
}
Expand Down

0 comments on commit 1ba10e6

Please sign in to comment.