Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

Commit

Permalink
Merge pull request #145 from StrongMonkey/more-fix2
Browse files Browse the repository at this point in the history
fix monitoing, no auth for grafana
  • Loading branch information
ibuildthecloud committed Jan 14, 2019
2 parents 95780bb + 5378fa6 commit 44de84d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
4 changes: 4 additions & 0 deletions features/monitoring/feature.go
Expand Up @@ -16,6 +16,10 @@ func Register(ctx context.Context, rContext *types.Context) error {
FeatureName: "monitoring",
FeatureSpec: v1.FeatureSpec{
Description: "Monitoring and Telemetry",
Answers: map[string]string{
"GRAFANA_USERNAME": "admin",
"GRAFANA_PASSWORD": "admin",
},
},
SystemStacks: []*systemstack.SystemStack{
systemstack.NewSystemStack(rContext.Rio.Stack, "istio-telemetry", riov1.StackSpec{
Expand Down

0 comments on commit 44de84d

Please sign in to comment.