Skip to content

Instantly share code, notes, and snippets.

View srihas619's full-sized avatar

Prathisrihas Reddy Konduru srihas619

View GitHub Profile
@srihas619
srihas619 / Trust-And-Helm-Values
Created February 3, 2023 09:51
ArgoCD image updater with ECR
# Role having the TrustPolicy as below, Annotate the service account in values below with this role
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"Federated": "arn:aws:iam::<AWS_ACCOUNT>:oidc-provider/oidc.eks.us-west-2.amazonaws.com/id/<OIDC_ID>"
},