Skip to content

Commit

Permalink
renamed EsoData to ESOData
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-exp committed Sep 20, 2024
1 parent 4d01731 commit 804f858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/bean/configSecretData.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ type ExternalSecret struct {
type ESOSecretData struct {
SecretStore json.RawMessage `json:"secretStore,omitempty"`
SecretStoreRef json.RawMessage `json:"secretStoreRef,omitempty"`
EsoData []ESOData `json:"esoData"`
ESOData []ESOData `json:"esoData"`
RefreshInterval string `json:"refreshInterval,omitempty"`
ESODataFrom []json.RawMessage `json:"esoDataFrom,omitempty"`
Template json.RawMessage `json:"template,omitempty"`
Expand Down

0 comments on commit 804f858

Please sign in to comment.