Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
fix whitespace issue in json tag for labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Namrata Chaudhary committed Dec 18, 2019
1 parent 074d5bc commit edd6213
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion deploy/crds/dynatrace.com_oneagents_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ spec:
type: integer
required:
- apiUrl
- labels
type: object
status:
description: OneAgentStatus defines the observed state of OneAgent
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/dynatrace/v1alpha1/oneagent_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type OneAgentSpec struct {
// DNS Policy for the OneAgent pods.
DNSPolicy corev1.DNSPolicy `json:"dnsPolicy,omitempty"`
// Labels for the OneAgent pods
Labels map[string]string `json:"labels, omitempty"`
Labels map[string]string `json:"labels,omitempty"`
}

type OneAgentConditionType string
Expand Down

0 comments on commit edd6213

Please sign in to comment.