From 4f21b43774870b6839c5c4c6e3b9c9068a2d6cd1 Mon Sep 17 00:00:00 2001 From: Kyle Rockman Date: Thu, 25 Sep 2025 10:13:24 -0400 Subject: [PATCH] Add config for AWS IRSA --- charts/opslevel/Chart.yaml | 2 +- charts/opslevel/templates/opslevel/secret.yaml | 1 + charts/opslevel/values.yaml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/opslevel/Chart.yaml b/charts/opslevel/Chart.yaml index cec57de..fb7ed51 100644 --- a/charts/opslevel/Chart.yaml +++ b/charts/opslevel/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: "v2" name: "opslevel" type: "application" -version: "2025.9.4" +version: "2025.9.25" appVersion: "2025.9.3" description: "The OpsLevel internal developer portal helps your team ship fast without risking your software standards." home: "https://www.opslevel.com/" diff --git a/charts/opslevel/templates/opslevel/secret.yaml b/charts/opslevel/templates/opslevel/secret.yaml index c1272cb..5fad921 100644 --- a/charts/opslevel/templates/opslevel/secret.yaml +++ b/charts/opslevel/templates/opslevel/secret.yaml @@ -46,6 +46,7 @@ type: Opaque data: AWS_INT_ACCESS_KEY: '{{ required "please provide 'integrations.aws.secret.accessKey'" .Values.integrations.aws.secret.accessKey | b64enc }}' AWS_INT_SECRET_ACCESS_KEY: '{{ required "please provide 'integrations.aws.secret.secretKey'" .Values.integrations.aws.secret.secretKey | b64enc }}' + AWS_IRSA_CONFIGURED: '{{ .Values.integrations.aws.secret.useIRSA | toString | b64enc }}' {{- end }} {{- end }} diff --git a/charts/opslevel/values.yaml b/charts/opslevel/values.yaml index 3548dfd..3bb8311 100644 --- a/charts/opslevel/values.yaml +++ b/charts/opslevel/values.yaml @@ -311,6 +311,7 @@ integrations: name: "opslevel-aws-int" accessKey: "" secretKey: "" + useIRSA: false azureDevOps: # Docs: enabled: false secret: