Skip to content

Commit

Permalink
1.23: fix workload group regression (#3299)
Browse files Browse the repository at this point in the history
Master PR #3295
Fixes istio/istio#52749
  • Loading branch information
howardjohn authored Aug 21, 2024
1 parent bd52965 commit 978ac3b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
6 changes: 0 additions & 6 deletions kubernetes/customresourcedefinitions.gen.yaml

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

1 change: 1 addition & 0 deletions networking/v1alpha3/workload_group.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 networking/v1alpha3/workload_group.proto
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ message WorkloadGroup {
// should default to `default`. The workload identities (mTLS certificates) will be bootstrapped using the
// specified service account's token. Workload entries in this group will be in the same namespace as the
// workload group, and inherit the labels and annotations from the above `metadata` field.
// +protoc-gen-crd:validation:IgnoreSubValidation:["Address is required"]
WorkloadEntry template = 2 [(google.api.field_behavior) = REQUIRED];

// `ObjectMeta` describes metadata that will be attached to a `WorkloadEntry`.
Expand Down

0 comments on commit 978ac3b

Please sign in to comment.