Skip to content

Wrong object type used for fetching existing Service #1

@worroc

Description

@worroc

This Artical "https://developers.redhat.com/blog/2020/08/21/hello-world-tutorial-with-kubernetes-operators/" refers to example with
Copy paste error.

in ensureService

current:
found := &appsv1.Deployment{}
should be:
found := &corev1.Service{}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions