-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate console-plugin to observability operator
- Loading branch information
1 parent
6530a39
commit d060a41
Showing
10 changed files
with
133 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
tests/golden/defaults/openshift4-logging/openshift4-logging/30_loki_plugin.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
apiVersion: observability.openshift.io/v1alpha1 | ||
kind: UIPlugin | ||
metadata: | ||
labels: | ||
name: logging | ||
name: logging | ||
spec: | ||
logging: | ||
logsLimit: 50 | ||
lokiStack: | ||
name: loki | ||
timeout: 30s | ||
type: Logging |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
tests/golden/master/openshift4-logging/openshift4-logging/30_loki_plugin.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
apiVersion: observability.openshift.io/v1alpha1 | ||
kind: UIPlugin | ||
metadata: | ||
labels: | ||
name: logging | ||
name: logging | ||
spec: | ||
logging: | ||
logsLimit: 50 | ||
lokiStack: | ||
name: loki | ||
timeout: 30s | ||
type: Logging |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
tests/golden/multilineerr/openshift4-logging/openshift4-logging/30_loki_plugin.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
apiVersion: observability.openshift.io/v1alpha1 | ||
kind: UIPlugin | ||
metadata: | ||
labels: | ||
name: logging | ||
name: logging | ||
spec: | ||
logging: | ||
logsLimit: 50 | ||
lokiStack: | ||
name: loki | ||
timeout: 30s | ||
type: Logging |