Skip to content

Commit

Permalink
external_server field added to the TrustZone message
Browse files Browse the repository at this point in the history
  • Loading branch information
nialdaly committed Dec 18, 2024
1 parent cbd18f0 commit fd9d4ce
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 27 deletions.
66 changes: 39 additions & 27 deletions gen/go/proto/trust_zone/v1alpha1/trust_zone.pb.go

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

1 change: 1 addition & 0 deletions proto/trust_zone/v1alpha1/trust_zone.proto
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ message TrustZone {
optional google.protobuf.Struct extra_helm_values = 11;
optional BundleEndpointProfile bundle_endpoint_profile = 12;
optional string profile = 13;
optional bool external_server = 14;
}

enum BundleEndpointProfile {
Expand Down

0 comments on commit fd9d4ce

Please sign in to comment.