Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update internal/install/application_configuration.go
Co-authored-by: Jaime Soriano Pastor <[email protected]>
  • Loading branch information
maximilianpohle and jsoriano authored Jun 24, 2025
commit 2f301a5c3383db745c894edd420a36e0d5a91c8e
2 changes: 1 addition & 1 deletion internal/install/application_configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ type ImageRefs struct {
Elasticsearch string `yaml:"elasticsearch"`
Kibana string `yaml:"kibana"`
Logstash string `yaml:"logstash"`
is_ready string `yaml:"is_ready"`
IsReady string `yaml:"is_ready"`
}

// AsEnv method returns key=value representation of image refs.
Expand Down