File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ const (
31
31
// the AdditionalSecurityGroups in the Machine Provider Config.
32
32
// See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
33
33
// for annotation formatting rules.
34
- SecurityGroupsLastAppliedAnnotation = "sigs.k8s.io/cluster-api-provider-aws/v2 -last-applied-security-groups"
34
+ SecurityGroupsLastAppliedAnnotation = "sigs.k8s.io/cluster-api-provider-aws-last-applied-security-groups"
35
35
)
36
36
37
37
// Ensures that the security groups of the machine are correct
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const (
26
26
// which tracks the AdditionalTags in the Machine Provider Config.
27
27
// See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
28
28
// for annotation formatting rules.
29
- TagsLastAppliedAnnotation = "sigs.k8s.io/cluster-api-provider-aws/v2 -last-applied-tags"
29
+ TagsLastAppliedAnnotation = "sigs.k8s.io/cluster-api-provider-aws-last-applied-tags"
30
30
31
31
// VolumeTagsLastAppliedAnnotation is the key for the ebs volumes annotation
32
32
// which tracks the AdditionalTags in the Machine Provider Config.
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ const (
47
47
// AdditionalTags in the AWSMachinePool Provider Config.
48
48
// See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
49
49
// for annotation formatting rules.
50
- TagsLastAppliedAnnotation = "sigs.k8s.io/cluster-api-provider-aws/v2 -last-applied-tags"
50
+ TagsLastAppliedAnnotation = "sigs.k8s.io/cluster-api-provider-aws-last-applied-tags"
51
51
)
52
52
53
53
func (s * Service ) ReconcileLaunchTemplate (
You can’t perform that action at this time.
0 commit comments