@firestartr/cli 1.52.0-snapshot-9 → 1.52.1-snapshot-10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -364262,7 +364262,7 @@ class GithubOrgWebhookChart extends BaseGithubChart {
|
|
|
364262
364262
|
renderSecret(secret) {
|
|
364263
364263
|
const parts = secret.split(':');
|
|
364264
364264
|
if (parts.length < 4) {
|
|
364265
|
-
throw `GithubOrgWebhookChart: invalid secretRef: ${secret}
|
|
364265
|
+
throw `GithubOrgWebhookChart: invalid secretRef: ${secret}. Expected format: <provider>:<namespace>:<name>:<key>`;
|
|
364266
364266
|
}
|
|
364267
364267
|
return {
|
|
364268
364268
|
kind: 'Secret',
|