Skip to content

Commit

Permalink
fix: add IsOnAks flag
Browse files Browse the repository at this point in the history
  • Loading branch information
artaasadi committed Apr 14, 2024
1 parent 1378a49 commit 795ec03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/koanf/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ type ElasticSearch struct {
Username string `koanf:"username"`
Password string `koanf:"password"`
IsOpenSearch bool `koanf:"is_open_search"`
IsOnAks bool `koanf:"is_on_aks"`
AWSRegion string `koanf:"aws_region"`
AssumeRoleARN string `koanf:"assume_role_arn"`
ExternalID string `koanf:"external_id"`
Expand Down

0 comments on commit 795ec03

Please sign in to comment.