Skip to content

Commit

Permalink
Readd removed protocol field from CRD
Browse files Browse the repository at this point in the history
  • Loading branch information
jryb committed May 14, 2021
1 parent a236de3 commit 6c96309
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy/crds/enterprise.splunk.com_clustermasters_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1047,6 +1047,7 @@ spec:
x-kubernetes-int-or-string: true
required:
- port
- protocol
type: object
type: array
x-kubernetes-list-map-keys:
Expand Down
1 change: 1 addition & 0 deletions deploy/crds/enterprise.splunk.com_indexerclusters_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,7 @@ spec:
x-kubernetes-int-or-string: true
required:
- port
- protocol
type: object
type: array
x-kubernetes-list-map-keys:
Expand Down
1 change: 1 addition & 0 deletions deploy/crds/enterprise.splunk.com_licensemasters_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1052,6 +1052,7 @@ spec:
x-kubernetes-int-or-string: true
required:
- port
- protocol
type: object
type: array
x-kubernetes-list-map-keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1070,6 +1070,7 @@ spec:
x-kubernetes-int-or-string: true
required:
- port
- protocol
type: object
type: array
x-kubernetes-list-map-keys:
Expand Down
1 change: 1 addition & 0 deletions deploy/crds/enterprise.splunk.com_standalones_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1064,6 +1064,7 @@ spec:
x-kubernetes-int-or-string: true
required:
- port
- protocol
type: object
type: array
x-kubernetes-list-map-keys:
Expand Down

0 comments on commit 6c96309

Please sign in to comment.