Skip to content

Commit

Permalink
change metadata name to force replacement (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhsinger-klotho authored Feb 5, 2023
1 parent e0aebbb commit 55d0850
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const createTargetBinding = (
transformations: [
// Make every service private to the cluster, i.e., turn all services into ClusterIP instead of LoadBalancer.
(obj: any, opts: pulumi.CustomResourceOptions) => {
obj.metadata = { name: `${execUnit}-tgb` }
obj.metadata = { name: `${execUnit}` }
obj.spec.serviceRef.name = serviceName
obj.spec.serviceRef.port = port
obj.spec.targetGroupARN = targetGroupArn
Expand Down

0 comments on commit 55d0850

Please sign in to comment.