wormhole-explorer/deploy/event-watcher/sa.yaml

8 lines
165 B
YAML
Raw Normal View History

apiVersion: v1
kind: ServiceAccount
metadata:
name: event-watcher
namespace: {{ .NAMESPACE }}
annotations:
eks.amazonaws.com/role-arn: {{ .AWS_IAM_ROLE }}