Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.
This repository was archived by the owner on May 25, 2023. It is now read-only.

Rename labels to app as opposed to appName #183

@eed3si9n

Description

@eed3si9n

steps

Generate YAML.

problem

  labels:
    appName: "bootstrap-dns-demo"

expectation

Akka Management documentation (https://developer.lightbend.com/docs/akka-management/current/bootstrap/kubernetes-api.html) uses app as the label name. We should be consistent.

  labels:
    app: "bootstrap-dns-demo"

This is subtle enough to miss, and could take hours to debug.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions