Skip to content

Commit

Permalink
Merge pull request #102 from amitbhatt818/types
Browse files Browse the repository at this point in the history
Changed chaosexperiment types.go
  • Loading branch information
Karthik Satchitanand authored Dec 4, 2019
2 parents ec55089 + 414373e commit 13a36c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/litmuschaos/v1alpha1/chaosexperiment_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type ChaosExperimentStatus struct {

// ConfigMap is an simpler implementation of corev1.ConfigMaps, needed for experiments
type ConfigMap struct {
Data map[string]string `json:"data"`
Data map[string]string `json:"data,omitempty"`
Name string `json:"name"`
MountPath string `json:"mountpath"`
}
Expand Down

0 comments on commit 13a36c5

Please sign in to comment.