Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"LogOut" options missing in the default all-in-one cr config #644

Closed
jkandasa opened this issue Sep 5, 2019 · 0 comments · Fixed by #867
Closed

"LogOut" options missing in the default all-in-one cr config #644

jkandasa opened this issue Sep 5, 2019 · 0 comments · Fixed by #867
Assignees

Comments

@jkandasa
Copy link
Member

jkandasa commented Sep 5, 2019

Log Out menu option is missing in the default CR file.
This file provided by jaeger-operator.

apiVersion: jaegertracing.io/v1
kind: Jaeger
metadata:
  name: my-jaeger
  namespace: jkandasa
spec:
  strategy: allInOne
  allInOne:
    image: 'registry.redhat.io/distributed-tracing/jaeger-all-in-one-rhel7:1.13'
    options:
      log-level: debug
      query:
        base-path: /jaeger
  ui:
    options:
      dependencies:
        menuEnabled: false
      tracking:
        gaID: UA-000000-2
      menu:
        - label: About Jaeger
          items:
            - label: Documentation
              url: 'https://www.jaegertracing.io/docs/latest'
  storage:
    options:
      memory:
        max-traces: 100000

image

jkandasa added a commit to jkandasa/jaeger-operator that referenced this issue Sep 5, 2019
@jpkrohling jpkrohling added needs-triage New issues, in need of classification and removed needs-triage New issues, in need of classification labels Dec 16, 2019
@jpkrohling jpkrohling self-assigned this Jan 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants