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 bada042 commit 319dba5
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 @@ -261,7 +261,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 @@ -48,7 +48,7 @@ type OneAgentSpec struct {
// Name of the service account for the OneAgent
ServiceAccountName string `json:"serviceAccountName,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 319dba5

Please sign in to comment.