Add support for including annotations on aws-ebs-csi-controller (#8779)

* Add support for including annotations on aws-ebs-csi-controller

* update comment to specify role arn
This commit is contained in:
David Louks
2022-05-20 17:00:00 -05:00
committed by GitHub
parent 9d3a894991
commit 93fe3e06ef
2 changed files with 11 additions and 0 deletions

View File

@@ -15,6 +15,12 @@ spec:
labels:
app: ebs-csi-controller
app.kubernetes.io/name: aws-ebs-csi-driver
{% if aws_ebs_csi_annotations is defined %}
annotations:
{% for annotation in aws_ebs_csi_annotations %}
{{ annotation.key }}: {{ annotation.value }}
{% endfor %}
{% endif %}
spec:
nodeSelector:
kubernetes.io/os: linux