Skip to content

Commit

Permalink
Update values.tftpl
Browse files Browse the repository at this point in the history
  • Loading branch information
emalinowski authored Dec 16, 2024
1 parent 9297410 commit 6be582d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tf_files/gen3/values.tftpl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ argo-wrapper:
audit:
enabled: ${audit_enabled}
serviceAccount:
annotations: "eks.amazonaws.com/role-arn: ${audit_service_account}"
eks.amazonaws.com/role-arn: ${audit_service_account}
externalSecrets:
dbcreds: "${vpc_name}_${namespace}-audit-creds"

Expand All @@ -61,7 +61,7 @@ dicom-viewer:
fence:
enabled: ${fence_enabled}
serviceAccount:
annotations: "eks.amazonaws.com/role-arn: ${fence_service_account}"
eks.amazonaws.com/role-arn: ${fence_service_account}

externalSecrets:
fenceJwtKeys: ""
Expand Down

0 comments on commit 6be582d

Please sign in to comment.