Skip to content

Commit

Permalink
Upload AWS ALB exemption config to cloud (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
orishoshan authored Aug 27, 2024
1 parent c540c54 commit 3841d8d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shared/operator_cloud_client/status_report.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,7 @@ func uploadConfiguration(ctx context.Context, client CloudClient) {
configInput.IngressControllerConfig = ingressControllerConfigInput
}

configInput.AwsALBLoadBalancerExemptionEnabled = viper.GetBool(operatorconfig.IngressControllerALBExemptKey)

client.ReportIntentsOperatorConfiguration(timeoutCtx, configInput)
}
6 changes: 6 additions & 0 deletions src/shared/otterizecloud/graphqlclient/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/shared/otterizecloud/graphqlclient/schema.graphql

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3841d8d

Please sign in to comment.