We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd09781 + 0f4aef8 commit a133935Copy full SHA for a133935
templates/pkg/resource/manager.go.tpl
@@ -294,6 +294,8 @@ func (rm *resourceManager) EnsureTags(
294
} else {
295
existingTags = r.ko.Spec.{{ $tagField.Path }}
296
}
297
+{{ else -}}
298
+ existingTags = r.ko.Spec.{{ $tagField.Path }}
299
{{ end -}}
300
resourceTags := ToACKTags(existingTags)
301
tags := acktags.Merge(resourceTags, defaultTags)
0 commit comments