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

Hack to add mimir-grafana-agent into collection #59

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions flux-manifests/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ generators:
- loki.yaml
- macropower-analytics-panel-server.yaml
- mimir.yaml
- mimir-grafana-agent.yaml
- oauth2-proxy.yaml
- object-storage-operator.yaml
- organization-operator.yaml
Expand Down
13 changes: 13 additions & 0 deletions flux-manifests/mimir-grafana-agent.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
api_version: generators.giantswarm.io/v1
app_catalog: control-plane-catalog
app_destination_namespace: mimir
app_name: grafana-agent
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to point on grafana-agent repository

app_version: 0.4.2
kind: Konfigure
metadata:
annotations:
config.kubernetes.io/function: |-
exec:
path: /plugins/konfigure
name: mimir-grafana-agent
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to create an App CR with mimir-grafana-agent name

name: mimir-grafana-agent
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to reference the new yaml file in kustomization file

Loading