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.
1 parent fd09781 commit 0f4aef8Copy full SHA for 0f4aef8
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