AWS codepipeline documentation change
Summary
Updated terminology from 'Helm files' to 'Helm chart' in EKS deploy error descriptions
Security assessment
Change clarifies terminology but does not address security vulnerabilities or introduce security-related content
Diff
diff --git a/codepipeline/latest/userguide/troubleshooting.md index 689a8e7de..9967441a9 100644 --- a/codepipeline/latest/userguide/troubleshooting.md +++ b/codepipeline/latest/userguide/troubleshooting.md @@ -443 +443 @@ An error similar to the following error messages displays in the logs for a depl -**Description:** After the EKS deploy action runs, the action fails with a `cluster unreachable` error message. The message shows an access issue on the cluster due to missing permissions. Based on the type of files (Helm or Kubernetes manifest files), the error message displays as follows. +**Description:** After the EKS deploy action runs, the action fails with a `cluster unreachable` error message. The message shows an access issue on the cluster due to missing permissions. Based on the type of files (Helm chart or Kubernetes manifest files), the error message displays as follows. @@ -445 +445 @@ An error similar to the following error messages displays in the logs for a depl - * For an EKS deploy action that is using Helm files, an error similar to the following error message displays. + * For an EKS deploy action that is using a Helm chart, an error similar to the following error message displays.