Skip to content

Commit

Permalink
Merge pull request #241 from mbaldessari/wording
Browse files Browse the repository at this point in the history
Add experimental wording for the in-cluster gitea
  • Loading branch information
mbaldessari authored Jun 27, 2024
2 parents d7d5494 + 9883bfa commit acf0626
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,9 @@ Operator*. Install the operator from the source *Test Patterns Operator*.

### Releases

As a first step, make sure you have already cloned the community-operators-prod via `git clone [email protected]:$USER/community-operators-prod.git`
and that it is up-to-date:
As a first step, make sure you have already cloned the community-operators-prod
via `git clone [email protected]:$USER/community-operators-prod.git` and that it
is up-to-date:
```
# First make sure community-operators-prod is uptodate
cd community-operators-prod
Expand Down
2 changes: 1 addition & 1 deletion api/v1alpha1/pattern_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ type PatternSpec struct {
}

type GitConfig struct {
// Enable in-cluster git server (avoids the need of forking the upstream repository)
// (EXPERIMENTAL) Enable in-cluster git server (avoids the need of forking the upstream repository)
// +operator-sdk:csv:customresourcedefinitions:type=spec,order=11,xDescriptors={"urn:alm:descriptor:com.tectonic.ui:booleanSwitch"}
// +kubebuilder:default:=false
InClusterGitServer *bool `json:"inClusterGitServer,omitempty"`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ spec:
type: string
inClusterGitServer:
default: false
description: Enable in-cluster git server (avoids the need of
forking the upstream repository)
description: (EXPERIMENTAL) Enable in-cluster git server (avoids
the need of forking the upstream repository)
type: boolean
originRepo:
description: |-
Expand Down
4 changes: 2 additions & 2 deletions bundle/manifests/patterns-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ spec:
path: experimentalCapabilities
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:advanced
- description: Enable in-cluster git server (avoids the need of forking the
upstream repository)
- description: (EXPERIMENTAL) Enable in-cluster git server (avoids the need
of forking the upstream repository)
displayName: In Cluster Git Server
path: gitSpec.inClusterGitServer
x-descriptors:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ spec:
type: string
inClusterGitServer:
default: false
description: Enable in-cluster git server (avoids the need of
forking the upstream repository)
description: (EXPERIMENTAL) Enable in-cluster git server (avoids
the need of forking the upstream repository)
type: boolean
originRepo:
description: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ spec:
path: experimentalCapabilities
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:advanced
- description: Enable in-cluster git server (avoids the need of forking the
upstream repository)
- description: (EXPERIMENTAL) Enable in-cluster git server (avoids the need
of forking the upstream repository)
displayName: In Cluster Git Server
path: gitSpec.inClusterGitServer
x-descriptors:
Expand Down

0 comments on commit acf0626

Please sign in to comment.