Skip to content

Commit

Permalink
all: Fix squashing YAML config
Browse files Browse the repository at this point in the history
  • Loading branch information
johanstokking committed Jan 29, 2025
1 parent 7c1baed commit 66b0482
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/config/tlsconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ type ServerKeyVault struct {

// Config represents TLS configuration.
type Config struct {
Client Client `name:",squash"`
ServerAuth ServerAuth `name:",squash"`
ACME ACME `name:"acme"`
Client `name:",squash"`
ServerAuth `name:",squash"`
ACME ACME `name:"acme"`
}

// FileReader is the interface used to read TLS certificates and keys.
Expand Down

0 comments on commit 66b0482

Please sign in to comment.