Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
  • Loading branch information
mmorhun committed Oct 29, 2020
1 parent e6dca21 commit b4bd3ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion olm/update-crd-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ init() {

check() {
local operatorVersion=$(operator-sdk version)
[[ $operatorVersion =~ .*v0.10.0.* ]] || { echo "operator-sdk v0.10.0 is required"; exit 1; }
# [[ $operatorVersion =~ .*v0.10.0.* ]] || { echo "operator-sdk v0.10.0 is required"; exit 1; }
}

updateFiles() {
Expand Down
1 change: 1 addition & 0 deletions pkg/apis/org/v1/che_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ type CheClusterSpecK8SOnly struct {
// +optional
IngressClass string `json:"ingressClass,omitempty"`
// Name of a secret that will be used to setup ingress TLS termination if TLS is enabled.
// If the field is empty string, then default cluster certificate will be used.
// See also the `tlsSupport` field.
// +optional
TlsSecretName string `json:"tlsSecretName,omitempty"`
Expand Down

0 comments on commit b4bd3ff

Please sign in to comment.