Skip to content

Commit 6a3a67d

Browse files
fix: Align tekton edpoint to service name (#126)
Change-Id: I1589ea567dc022969795f73189e5a3871db34d14 (cherry picked from commit 0e58aec)
1 parent de772e2 commit 6a3a67d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

deploy-templates/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ A Helm chart for EDP Install
4949
| edp-tekton.dashboard.openshift_proxy.enabled | bool | `false` | Enable oauth-proxy to include authorization layer on tekton-dashboard. Default: flase |
5050
| edp-tekton.enabled | bool | `true` | |
5151
| edp-tekton.tekton-cache.enabled | bool | `true` | |
52-
| edp-tekton.tekton-cache.url | string | `"http://edp-tekton-tekton-cache:8080"` | |
5352
| externalSecrets.enabled | bool | `false` | Configure External Secrets for EDP platform. Deploy SecretStore |
5453
| externalSecrets.manageEDPInstallSecrets | bool | `true` | Create necessary secrets for EDP installation, using External Secret Operator |
5554
| externalSecrets.manageEDPInstallSecretsName | string | `"/edp/deploy-secrets"` | Value name in AWS ParameterStore or AWS SecretsManager. Used when manageEDPInstallSecrets is true |

deploy-templates/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ edp-tekton:
140140

141141
tekton-cache:
142142
enabled: true
143-
url: http://edp-tekton-tekton-cache:8080
143+
# url: http://tekton-cache:8080
144144

145145
dashboard:
146146
# -- Deploy EDP Dashboard as a part of pipeline library when true. Default: true

0 commit comments

Comments
 (0)