Skip to content

Commit

Permalink
TT-10195, CR feedback 2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-tyk committed Oct 25, 2023
1 parent 68ea35c commit 4bb69b7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions components/tyk-dev-portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ overrideTykDashUrl: ""
# Tyk Developer Portal can be deployed as StatefulSet or as Deployment
kind: StatefulSet
storage:
# Configuration values for using an SQL database as storage for Tyk Tyk Developer Portal
# Configuration values for using an SQL database as storage for Tyk Developer Portal
# In case you want to provide the connection string via secrets please
# refer to the existing secret inside the helmchart or the
# .Values.global.secrets.useSecretName variable
Expand All @@ -64,7 +64,7 @@ storage:
enableLogs: false
maxRetries: 3
retryDelay: 5000
# Configuration values for using s3 as storage for Tyk Tyk Developer Portal
# Configuration values for using s3 as storage for Tyk Developer Portal
# In case you want to provide the key ID and access key via secrets please
# refer to the existing secret inside the helmchart or the
# .Values.global.secrets.useSecretName variable and a secret containing
Expand Down
6 changes: 3 additions & 3 deletions tyk-single-dc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,17 +330,17 @@ the secret should contain a key called `DashLicense`.

#### Tyk Developer Portal License

In order to refer Tyk Tyk Developer Portal license through Kubernetes secret, please use `global.secrets.useSecretName`,
In order to refer Tyk Developer Portal license through Kubernetes secret, please use `global.secrets.useSecretName`,
where the secret should contain a key called `DeveloperPortalLicense`.

#### Tyk Developer Portal Admin Password

In order to refer Tyk Tyk Developer Portal's admin password through Kubernetes secret,
In order to refer Tyk Developer Portal's admin password through Kubernetes secret,
please use `global.adminUser.useSecretName`, where the secret should contain a key called `adminUserPassword`.

#### Tyk Developer Portal Storage Connection String

In order to refer Tyk Tyk Developer Portal connection string to the selected database through Kubernetes secret,
In order to refer Tyk Developer Portal connection string to the selected database through Kubernetes secret,
please use `global.secrets.useSecretName`, where the secret should contain a key called
`DeveloperPortalStorageConnectionString`.

Expand Down
6 changes: 3 additions & 3 deletions tyk-single-dc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ global:
# APISecret - Sets node secret in both dashboard and tyk config
# AdminSecret - Admin user secret key
# DashLicense - Tyk Dashboard license key
# DeveloperPortalLicense - Tyk Tyk Developer Portal License
# DeveloperPortalStorageConnectionString - Tyk Tyk Developer Portal connection string to the selected database.
# DeveloperPortalLicense - Tyk Developer Portal License
# DeveloperPortalStorageConnectionString - Tyk Developer Portal connection string to the selected database.
useSecretName: ""

redis:
Expand Down Expand Up @@ -785,7 +785,7 @@ tyk-dev-portal:
enableLogs: false
maxRetries: 3
retryDelay: 5000
# Configuration values for using s3 as storage for Tyk Tyk Developer Portal
# Configuration values for using s3 as storage for Tyk Developer Portal
# In case you want to provide the key ID and access key via secrets please
# refer to the existing secret inside the helmchart or the
# .Values.global.secrets.useSecretName variable
Expand Down

0 comments on commit 4bb69b7

Please sign in to comment.