Skip to content

Commit

Permalink
fix: stringifying all name/label secretKey sets
Browse files Browse the repository at this point in the history
  • Loading branch information
johndietz committed Sep 16, 2023
1 parent 57e22a7 commit 9d20d31
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ apps:
displayName: Datadog
website: "https://github.com/DataDog/datadog-agent"
secretKeys:
- name: api-key
label: Datadog API key
- name: app-key
label: Datadog application key
- name: "api-key"
label: "Datadog API key"
- name: "app-key"
label: "Datadog application key"
imageUrl: "https://imgix.datadoghq.com/img/dd_logo_n_70x75.png"
description: "Datadog's SaaS-based infrastructure monitoring provides metrics, visualizations, and alerting to ensure your engineering teams can maintain and optimize your cloud or hybrid environments."
categories:
Expand Down Expand Up @@ -57,22 +57,22 @@ apps:
displayName: Kutt
website: "https://github.com/thedevs-network/kutt"
secretKeys:
- name: admin.emails
label: Comma seperated list of email addresses that can access admin actions on settings page
- name: config.disallowAnonymousLinks
- name: "admin.emails"
label: "Comma seperated list of email addresses that can access admin actions on settings page"
- name: "config.disallowAnonymousLinks"
label: "true or false to Disable anonymous link creation"
- name: mail-from
label: The email address Kutt will send emails from
- name: mail-host
label: The host of the external SMTP server that Kutt should use to send emails
- name: mail-password
label: The password to authenticate to the SMTP host when sending emails
- name: mail-port
label: The port used to connect to the SMTP host
- name: mail-secure
- name: "mail-from"
label: "The email address Kutt will send emails from"
- name: "mail-host"
label: "The host of the external SMTP server that Kutt should use to send emails"
- name: "mail-password"
label: "The password to authenticate to the SMTP host when sending emails"
- name: "mail-port"
label: "The port used to connect to the SMTP host"
- name: "mail-secure"
label: "true or false. If true the connection will use TLS when connecting to server. If false (the default) then TLS is used if server supports the STARTTLS extension. In most cases set this value to true if you are connecting to port 465. For port 587 or 25 keep it false"
- name: mail-username
label: The username to authenticate to the SMTP host when sending emails
- name: "mail-username"
label: "The username to authenticate to the SMTP host when sending emails"
imageUrl: "https://kutt.it/images/logo.svg"
description: "Kutt is a modern URL shortener with support for custom domains. Shorten URLs, manage your links and view the click rate statistics."
categories:
Expand Down Expand Up @@ -110,12 +110,12 @@ apps:
categories:
- Testing
secretKeys:
- name: testkube-api.cloud.key
label: Testkube API Key
- name: testkube-api.cloud.orgId
label: Testkube Org ID
- name: testkube-api.cloud.envId
label: Testkube Environment ID
- name: "testkube-api.cloud.key"
label: "Testkube API Key"
- name: "testkube-api.cloud.orgId"
label: "Testkube Org ID"
- name: "testkube-api.cloud.envId"
label: "Testkube Environment ID"

Check failure on line 119 in index.yaml

View workflow job for this annotation

GitHub Actions / yaml-check

119:1 [trailing-spaces] trailing spaces
- name: tracetest
displayName: Tracetest
Expand Down

0 comments on commit 9d20d31

Please sign in to comment.