Skip to content

Commit

Permalink
moves annotation to helmrelease block
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Nov 15, 2024
1 parent 4e78698 commit 7abaf9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions modules/signoz-fluxcd/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ spec:
values:
alertmanager:
enabled: false
clickhouse:
serviceAccount:
annotations:
eks.amazonaws.com/role-arn: "arn:aws:iam::${var.aws_account_id}:role/clickhouse-backup-access-role-${var.aws_account_id}-${var.cluster_name}"
valuesFrom:
- kind: ConfigMap
name: signoz-values
Expand Down
4 changes: 1 addition & 3 deletions modules/signoz-fluxcd/templates/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,7 @@ clickhouse:
# -- Specifies whether a service account should be created
create: true
# -- Annotations to add to the service account
annotations: {
"eks.amazonaws.com/role-arn": "arn:aws:iam::${var.aws_account_id}:role/clickhouse-backup-access-role-${var.aws_account_id}-${var.cluster_name}"
}
annotations: {}
# -- The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name:
Expand Down

0 comments on commit 7abaf9d

Please sign in to comment.