We need support in adding projected volumes under the Infrastructure section.
We attempted to add it directly to the pipeline YAML, but it failed during the initialization step.
Here is the content we need to include in our YAML file:
  • name: aws-iam-token
projected:
defaultMode: 420
sources:
- serviceAccountToken:
expirationSeconds: 21600
path: token
Could you assist in resolving this issue?