Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Keegan Witt <[email protected]>
  • Loading branch information
keeganwitt committed Sep 17, 2024
1 parent 771d2ad commit 3a4bee4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/sidecar/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ type Config struct {
// If true, fetche x509 certificate and then exit(0).
ExitWhenReady bool

// Permissions to use when writing x509 SVID to disk
// Permissions to use when writing x509 SVID to disk
CertFileMode fs.FileMode

// Permissions to use when writing x509 SVID Key to disk
// Permissions to use when writing x509 SVID Key to disk
KeyFileMode fs.FileMode

// Permissions to use when writing JWT Bundle to disk
// Permissions to use when writing JWT Bundle to disk
JWTBundleFileMode fs.FileMode

// Permissions to use when writing JWT SVIDs to disk
// Permissions to use when writing JWT SVIDs to disk
JWTSVIDFileMode fs.FileMode

// If true, includes trust domains from federated servers in the CA bundle.
Expand Down

0 comments on commit 3a4bee4

Please sign in to comment.