Skip to content

datasource-syncer chart is just … broken? #1692

Description

@roy-work

The chart templates out the following container:

          - name: datasource-syncer
            image: {{.Values.images.datasourceSyncer.image}}:{{.Values.images.datasourceSyncer.tag}}
            args:
            - "--datasource-uids=$DATASOURCE_UIDS"
            - "--grafana-api-endpoint=$GRAFANA_API_ENDPOINT"
            - "--grafana-api-token=$GRAFANA_API_TOKEN"
            - "--project-id=$PROJECT_ID"

Those $VARS seem like they ought to be .Values. Or, the .Values should translate to environment vars for the pod (which would then require this be run through a shell, or to use the syntax here.

There's also no values.yaml file, so .Values.images is undefined by default. It'd be good to have that, just to know what the authoritative upstream for the image is.

But as is, the chart seems unusable.

Am I missing something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions