CSPL-3580: Fix: Update Variable Formatting in deploy-eks-cluster.sh to Use ${variablename} for EBS Service Name Annotations #1473
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Title: Fix: Update Variable Formatting in
deploy-eks-cluster.sh
to Use${variablename}
for EBS Service Name AnnotationsDescription:
This PR addresses the bug in the
deploy-eks-cluster.sh
script where the incorrect formatting of variables was causing failures when adding IAM roles to the service account. Specifically, the issue stemmed from using$variablename
instead of${variablename}
for variable references, leading to incorrectly formatted values in the EBS service name annotations.Changes Made:
deploy-eks-cluster.sh
from$variablename
to${variablename}
to ensure proper handling in different shells.Impact:
How to Test:
make cluster-up
command.Related Jira Ticket: CSPL-3580 - Incorrect Formatting of IAM Role for Service Account
Expected Outcome: