Skip to content

Commit

Permalink
chore(rabbitmq): secret
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Feb 20, 2024
1 parent e11de7b commit bc66804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application_set.tf
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ resource "argocd_application_set" "rabbitmq" {
}
env {
name = "AVP_SECRET"
value = "guardian:avp-prod"
value = "guardian:avp-{{cluster}}"
}
}
}
Expand Down

0 comments on commit bc66804

Please sign in to comment.