PacktPublishing / The-Kubernetes-Operator-Framework-Book

The Kubernetes Operator Framework Book, published by Packt
MIT License
43 stars 19 forks source link

Fix missing port on deployment container spec #2

Closed knabben closed 1 year ago

knabben commented 1 year ago

Missing a containerPort in the example raising:

panic: runtime error: index out of range [0] with length 0 [recovered]
        panic: runtime error: index out of range [0] with length 0

This PR fixes the YAML template