Skip to content

Commit

Permalink
Merge pull request #406 from ezgidemirel/tlsconfig
Browse files Browse the repository at this point in the history
Add secret name to ESSOptions
  • Loading branch information
turkenh committed Mar 22, 2023
2 parents 9c8fcc0 + 00a8da9 commit cf3c7a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/controller/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,6 @@ func (o Options) ForControllerRuntime() controller.Options {

// ESSOptions for External Secret Stores.
type ESSOptions struct {
TLSConfig *tls.Config
TLSConfig *tls.Config
TLSSecretName *string
}

0 comments on commit cf3c7a0

Please sign in to comment.