Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nitisht committed Dec 16, 2024
1 parent 047186d commit f91c4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/installer/installer.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func Installer(_ Plan) (values *ValuesHolder, chartValues []string) {
log.Fatalf("Failed to prompt for object store configuration: %v", err)
}

if err := applyParseableSecret(*&pbSecret, store, objectStoreConfig); err != nil {
if err := applyParseableSecret(pbSecret, store, objectStoreConfig); err != nil {
log.Fatalf("Failed to apply secret object store configuration: %v", err)
}

Expand Down

0 comments on commit f91c4f8

Please sign in to comment.