diff --git a/cli/cmd/testdata/install_crds.golden b/cli/cmd/testdata/install_crds.golden index 9632fe2c718fd..fa8613b9577bb 100644 --- a/cli/cmd/testdata/install_crds.golden +++ b/cli/cmd/testdata/install_crds.golden @@ -10203,12 +10203,14 @@ spec: minLength: 1 maxLength: 253 type: object + required: + - identity + - serverName ports: type: array description: ports describes a list of ports exposed by the workload items: - type: object properties: name: type: string @@ -10225,6 +10227,9 @@ spec: TCP. Defaults to TCP. type: string default: "TCP" + type: object + required: + - port workloadIPs: type: array description: workloadIPs contains a list of IP addresses that diff --git a/cli/cmd/testdata/install_helm_crds_output.golden b/cli/cmd/testdata/install_helm_crds_output.golden index ee66ee8f108d0..3ea27fa7d9bd8 100644 --- a/cli/cmd/testdata/install_helm_crds_output.golden +++ b/cli/cmd/testdata/install_helm_crds_output.golden @@ -10221,12 +10221,14 @@ spec: minLength: 1 maxLength: 253 type: object + required: + - identity + - serverName ports: type: array description: ports describes a list of ports exposed by the workload items: - type: object properties: name: type: string @@ -10243,6 +10245,9 @@ spec: TCP. Defaults to TCP. type: string default: "TCP" + type: object + required: + - port workloadIPs: type: array description: workloadIPs contains a list of IP addresses that diff --git a/cli/cmd/testdata/install_helm_crds_output_ha.golden b/cli/cmd/testdata/install_helm_crds_output_ha.golden index ee66ee8f108d0..3ea27fa7d9bd8 100644 --- a/cli/cmd/testdata/install_helm_crds_output_ha.golden +++ b/cli/cmd/testdata/install_helm_crds_output_ha.golden @@ -10221,12 +10221,14 @@ spec: minLength: 1 maxLength: 253 type: object + required: + - identity + - serverName ports: type: array description: ports describes a list of ports exposed by the workload items: - type: object properties: name: type: string @@ -10243,6 +10245,9 @@ spec: TCP. Defaults to TCP. type: string default: "TCP" + type: object + required: + - port workloadIPs: type: array description: workloadIPs contains a list of IP addresses that