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 62e2ed1 commit ccd820bCopy full SHA for ccd820b
cfn-resources/cluster/cmd/resource/mappings.go
@@ -201,7 +201,7 @@ func expandLabelSlice(labels []Labels) *[]admin.ComponentLabel {
201
key = *labels[i].Key
202
}
203
var value string
204
- if labels[i].Key != nil {
+ if labels[i].Value != nil {
205
value = *labels[i].Value
206
207
res[i] = admin.ComponentLabel{
0 commit comments