Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #31 from vmuzikar/fix-external-url-field-rel
Browse files Browse the repository at this point in the history
KEYCLOAK-18114 Upgrade to 13.0.0 failing because of status.externalURL field
  • Loading branch information
stianst authored May 25, 2021
2 parents 57d81e2 + 2741dff commit 485897b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion deploy/crds/keycloak.org_keycloaks_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,6 @@ spec:
type: string
required:
- credentialSecret
- externalURL
- internalURL
- message
- phase
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/keycloak/v1alpha1/keycloak_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ type KeycloakStatus struct {
// An internal URL (service name) to be used by the admin client.
InternalURL string `json:"internalURL"`
// External URL for accessing Keycloak instance from outside the cluster. Is identical to external.URL if it's specified, otherwise is computed (e.g. from Ingress).
ExternalURL string `json:"externalURL"`
ExternalURL string `json:"externalURL,omitempty"`
// The secret where the admin credentials are to be found.
CredentialSecret string `json:"credentialSecret"`
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/keycloak/v1alpha1/zz_generated.openapi.go

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

0 comments on commit 485897b

Please sign in to comment.