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

Changes to homepage config in values not being applied #37

Open
xalxnder opened this issue Feb 28, 2025 · 0 comments
Open

Changes to homepage config in values not being applied #37

xalxnder opened this issue Feb 28, 2025 · 0 comments

Comments

@xalxnder
Copy link

My changes in my values file are not being applied. For example, here's my config section:

config:
    bookmarks:
      - Developer:
          - Github:
              - abbr: XA
                href: https://github.com/
    services:
      - Apps:
          - PiHOLE:
              href: http://localhost/
              description: Homepage is awesome

      - My Second Group:
          - My Second Service:
              href: http://localhost/
              description: Homepage is the best

      - My Third Group:
          - My Third Service:
              href: http://localhost/
              description: Homepage is 😎
    widgets:
      # show the kubernetes widget, with the cluster summary and individual nodes
      - kubernetes:
          cluster:
            show: true
            cpu: true
            memory: true
            showLabel: true
            label: "cluster"
          nodes:
            show: true
            cpu: true
            memory: true
            showLabel: true
      - search:
          provider: google
          target: _blank
    kubernetes:
      mode: cluster
    settings:

If I head over to the container, I can see the changes :

Image

But when I go to the site in a browser, I see default values:

Image

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

No branches or pull requests

1 participant