Skip to content

Commit

Permalink
Change log
Browse files Browse the repository at this point in the history
  • Loading branch information
akondur committed Oct 9, 2024
1 parent cc4fa4c commit e1718cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/splunk/enterprise/searchheadcluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ func ApplyShcSecret(ctx context.Context, mgr *searchHeadClusterPodManager, repli
// Retrieve shc_secret password from Pod
shcSecret, err := splutil.GetSpecificSecretTokenFromPod(ctx, mgr.c, shPodName, mgr.cr.GetNamespace(), "shc_secret")
if err != nil {
return fmt.Errorf("couldn't retrieve shc secret from secret data, error: %s", err.Error())
return fmt.Errorf("couldn't retrieve shc_secret from secret data, error: %s", err.Error())
}

// set the targetPodName here
Expand Down

0 comments on commit e1718cd

Please sign in to comment.