Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 7ea5c19

Browse files
committed
Fixed comment about checking local storage path
1 parent b5cb18a commit 7ea5c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/common/spiretrustsource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ func (w *workloadWatcher) UpdateX509SVIDs(svids *workload.X509SVIDs) {
124124
// 2. Update w.source.spireEndpoints[w.url].loadState = Loaded
125125
// 3. write to w.source.updateChan
126126
//
127-
// if w.source.localBackupPath != ""
127+
// if w.localStoragePath != ""
128128
// 4. write certs to storage path from w.source.localBackupPath/[domain without spiffe:// part].pem
129129

130130
//certs := svids.Default().TrustBundle

0 commit comments

Comments
 (0)