Skip to content

Commit

Permalink
Move app label for OpsLevel
Browse files Browse the repository at this point in the history
Move this into the deployment/statefulset spec, where OpsLevel expects
to see it. See also[1]

[1] utilitywarehouse/kafka-manifests#61

Ticket: DENA-480
  • Loading branch information
matthewhughes-uw committed Mar 1, 2024
1 parent defd561 commit b4adbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/opslevel/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ patches:
value: "true"
# add 'app' label for autogenerated links (metrics, etc.)
- op: copy
path: /metadata/labels/app
path: /spec/template/metadata/labels/app
from: /metadata/name
- target:
version: v1
Expand Down

0 comments on commit b4adbe2

Please sign in to comment.