Skip to content

Commit

Permalink
chore: Remove gitserver CR (#168)
Browse files Browse the repository at this point in the history
gitserver cr creation was moved to edp-tekton repository.

JIRA: EPMDEDP-13339
Related: epam/edp-install#168

Change-Id: Ie4be5767633773a39d513700051d35b8a27c7201
  • Loading branch information
Artem-Zahumonnyi committed Feb 29, 2024
1 parent 3890f4f commit 2b2c86e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 26 deletions.
4 changes: 0 additions & 4 deletions deploy-templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ A Helm chart for EDP Gerrit Operator
| gerrit.storage.size | string | `"1Gi"` | Size for Gerrit data volume |
| gerrit.tolerations | list | `[]` | |
| gerrit.version | string | `"3.6.2"` | Define gerrit docker image tag |
| gitServer.httpsPort | int | `443` | HTTPS port |
| gitServer.name | string | `"gerrit"` | GitServer CR name |
| gitServer.nameSshKeySecret | string | `"gerrit-ciuser-sshkey"` | Name of secret with credentials to Git server |
| gitServer.user | string | `"edp-ci"` | Git user to connect |
| global.admins | list | `["[email protected]"]` | Administrators of your tenant |
| global.developers | list | `["[email protected]","[email protected]"]` | Developers of your tenant |
| global.dnsWildCard | string | `nil` | a cluster DNS wildcard name |
Expand Down
12 changes: 0 additions & 12 deletions deploy-templates/templates/gerrit/git_server.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions deploy-templates/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,3 @@ gerrit:

# -- Values to add to JAVA_OPTIONS
javaOptions: ""

gitServer:
# -- GitServer CR name
name: "gerrit"
# -- Git user to connect
user: "edp-ci"
# -- HTTPS port
httpsPort: 443
# -- Name of secret with credentials to Git server
nameSshKeySecret: "gerrit-ciuser-sshkey"

0 comments on commit 2b2c86e

Please sign in to comment.