Skip to content

Commit

Permalink
Revert field name from config_repo to config_url in wego app CRD (#1232)
Browse files Browse the repository at this point in the history
  • Loading branch information
josecordaz authored Dec 15, 2021
1 parent 586e6f9 commit 13fb066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/v1alpha1/application_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const ApplicationKind = "Application"
// ApplicationSpec defines the desired state of Application
type ApplicationSpec struct {
// ConfigRepo is the address of the git repository containing the automation for this application
ConfigRepo string `json:"config_repo,omitempty"`
ConfigRepo string `json:"config_url,omitempty"`
// URL is the address of the git repository for this application
URL string `json:"url,omitempty"`
// Path is the path in the repository where the k8s yaml files for this application are stored.
Expand Down
2 changes: 1 addition & 1 deletion manifests/crds/wego.weave.works_apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
description: Branch is the branch in the repository where the k8s
yaml files for this application are stored.
type: string
config_repo:
config_url:
description: ConfigRepo is the address of the git repository containing
the automation for this application
type: string
Expand Down

0 comments on commit 13fb066

Please sign in to comment.