feat(splunk-on-call-plugin): add config

This commit is contained in:
Remi
2021-02-05 01:22:04 +01:00
parent 20183e8e68
commit fa898c92c0
4 changed files with 10 additions and 0 deletions
@@ -21,4 +21,6 @@ stringData:
NEW_RELIC_REST_API_KEY: {{ .Values.auth.newRelicRestApiKey }}
TRAVISCI_AUTH_TOKEN: {{ .Values.auth.travisciAuthToken }}
PAGERDUTY_TOKEN: {{ .Values.auth.pagerdutyToken }}
SPLUNK_ON_CALL_API_ID: {{ .Values.auth.splunkOnCallApiId }}
SPLUNK_ON_CALL_API_KEY: {{ .Values.auth.splunkOnCallApiKey }}
{{- end }}
+2
View File
@@ -251,3 +251,5 @@ auth:
newRelicRestApiKey: r
travisciAuthToken: fake-travis-ci-auth-token
pagerdutyToken: h
splunkOnCallApiId: h
splunkOnCallApiKey: h
@@ -92,6 +92,10 @@ import {
PullRequestsStatsCard,
Router as PullRequestsRouter,
} from '@roadiehq/backstage-plugin-github-pull-requests';
import {
isPluginApplicableToEntity as isSplunkOnCallAvailable,
SplunkOnCallCard,
} from '@backstage/plugin-splunk-on-call';
import {
isPluginApplicableToEntity as isTravisCIAvailable,
RecentTravisCIBuildsWidget,
@@ -6,6 +6,8 @@ metadata:
tags:
- java
- playback
annotations:
splunk-on-call.com/team: Example
spec:
type: service
lifecycle: production