Skip to content

Commit

Permalink
cleaning up formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
guydog28 committed May 14, 2024
1 parent 36a814c commit 133175d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/v2/checluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,8 @@ type Auth struct {
OAuthClientName string `json:"oAuthClientName,omitempty"`
// Name of the secret set in the OpenShift `OAuthClient` resource used to set up identity federation on the OpenShift side.
// For Kubernetes, this can either be the plain text oAuthSecret value, or the name of a kubernetes secret which contains a
// key 'oAuthSecret' and the value is the secret. NOTE: this secret must exist in the same namespace as the CheCluster
// resource and contain the label app.kubernetes.io/part-of=che.eclipse.org.
// key `oAuthSecret` and the value is the secret. NOTE: this secret must exist in the same namespace as the `CheCluster`
// resource and contain the label `app.kubernetes.io/part-of=che.eclipse.org`.
// +optional
OAuthSecret string `json:"oAuthSecret,omitempty"`
// Access Token Scope.
Expand Down

0 comments on commit 133175d

Please sign in to comment.