From 8d50a87074b9e0ccc5aeeaa038d2dd5d865095d5 Mon Sep 17 00:00:00 2001 From: Hemant Kumar Date: Mon, 27 Jul 2026 11:14:03 -0400 Subject: [PATCH] Make a test change for checking the efs rebase --- doc/aws-efs/README.md | 2 ++ pkg/driver/aws-efs/aws_efs_tags_controller.go | 2 ++ 2 files changed, 4 insertions(+) diff --git a/doc/aws-efs/README.md b/doc/aws-efs/README.md index a0c9c9794..0a512be6f 100644 --- a/doc/aws-efs/README.md +++ b/doc/aws-efs/README.md @@ -2,6 +2,8 @@ An operator to deploy the [AWS EFS CSI driver](https://github.com/openshift/aws-efs-csi-driver) in OKD. +Make a test change. + This operator is installed by OLM. # Quick start diff --git a/pkg/driver/aws-efs/aws_efs_tags_controller.go b/pkg/driver/aws-efs/aws_efs_tags_controller.go index 7a13269a4..b731b1b04 100644 --- a/pkg/driver/aws-efs/aws_efs_tags_controller.go +++ b/pkg/driver/aws-efs/aws_efs_tags_controller.go @@ -146,6 +146,8 @@ func (c *EFSAccessPointTagsController) createClientWithCredentials(ctx context.C return nil, fmt.Errorf("error parsing credentials data: %v", err) } + klog.Infof("tes change") + section := cfg.Section("default") roleARN := section.Key("role_arn").String() tokenFile := os.Getenv("AWS_WEB_IDENTITY_TOKEN_FILE")