From 791be9d0b14001976f1928940c1ae1c384ebe5fe Mon Sep 17 00:00:00 2001 From: Scott Aubrey Date: Fri, 22 Nov 2024 12:23:08 +0000 Subject: [PATCH] deploy(external-dns): deploy with read permissions, but still in dry-run and upsert-only mode elifesciences/issues#9065 --- system/external-dns/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system/external-dns/release.yaml b/system/external-dns/release.yaml index 1a323c27a..8b727c412 100644 --- a/system/external-dns/release.yaml +++ b/system/external-dns/release.yaml @@ -16,6 +16,9 @@ spec: values: serviceMonitor: enabled: true + serviceAccount: + annotations: + eks.amazonaws.com/role-arn: arn:aws:iam::512686554592:role/elife-flux-test-external-dns-cluster-role resources: requests: memory: 60Mi