Skip to content

Commit

Permalink
chore: Align secret name for new secret approach (#65)
Browse files Browse the repository at this point in the history
Jira EPMDEDP-12504

Related epam/edp-install#65

Change-Id: Ic182c33fbb876088e7d40462e497484c9242b6ed
  • Loading branch information
Oleksandr Taruraiev committed Sep 15, 2023
1 parent 6161fed commit 1cb287c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy-templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ A Helm chart for EDP Codebase Operator
| image.tag | string | `nil` | EDP codebase-operator Docker image tag. The released image can be found on [Dockerhub](https://hub.docker.com/r/epamedp/codebase-operator/tags) |
| imagePullPolicy | string | `"IfNotPresent"` | |
| jira.apiUrl | string | `"https://jiraeu-api.example.com"` | API URL for development |
| jira.credentialName | string | `"jira-user"` | Name of secret with credentials to Jira server |
| jira.credentialName | string | `"ci-jira"` | Name of secret with credentials to Jira server |
| jira.integration | bool | `false` | Flag to enable/disable Jira integration |
| jira.name | string | `"jira"` | JiraServer CR name |
| jira.rootUrl | string | `"https://jiraeu.example.com"` | URL to Jira server |
Expand Down
2 changes: 1 addition & 1 deletion deploy-templates/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jira:
# -- URL to Jira server
rootUrl: "https://jiraeu.example.com"
# -- Name of secret with credentials to Jira server
credentialName: "jira-user"
credentialName: "ci-jira"

0 comments on commit 1cb287c

Please sign in to comment.