feat(splunk-on-call-plugin): add config
This commit is contained in:
@@ -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 }}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user