Skip to content

Commit ae287f4

Browse files
author
gentele
committed
fix issue with registry release annotations
1 parent c147605 commit ae287f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ func (cmd *InitCmd) reconfigureRegistry() {
427427
"Hosts": []string{
428428
*registryDomain,
429429
},
430-
"Annotations": []map[string]string{
430+
"Annotations": map[string]string{
431431
map[string]string{
432432
"Kubernetes.io/tls-acme": "true",
433433
},

0 commit comments

Comments
 (0)