The kubernetes deployment step uses one of the predefined pipes (atlassian/aws-eks-kubectl-run:x.x.x). However that pipe does not seem to have the kustomize binary.
kubectl apply -k does not support environment variables for image names. E.g. changing the image tag name requires a pre-step that generates a new image name based on CI/CD variables.
For example:
kustomize edit set image <image_name>=<new_image_name>:<image_tag>
How do I get the kustomize binary in that step? I tried using curl but curl is not available. Is there a different pipe for that?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.