Skip to content

Commit 936e0d3

Browse files
author
gentele
committed
fix issues with registry release annotations
1 parent ae287f4 commit 936e0d3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

cmd/init.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -428,9 +428,7 @@ func (cmd *InitCmd) reconfigureRegistry() {
428428
*registryDomain,
429429
},
430430
"Annotations": map[string]string{
431-
map[string]string{
432-
"Kubernetes.io/tls-acme": "true",
433-
},
431+
"Kubernetes.io/tls-acme": "true",
434432
},
435433
"Tls": []map[string]interface{}{
436434
map[string]interface{}{

0 commit comments

Comments
 (0)