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

Prometheus #217

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Prometheus #217

wants to merge 2 commits into from

Conversation

oscrx
Copy link
Member

@oscrx oscrx commented Jul 21, 2023

Closes #184

@oscrx oscrx marked this pull request as draft July 21, 2023 11:08
Comment on lines +1 to +5
grafana:
admin:
existingSecret: "kibana-credentials"
userKey: KIBANA_USERNAME
passwordKey: KIBANA_PASSWORD
Copy link
Member Author

Choose a reason for hiding this comment

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

To place values for a subchart you must place them under an object with the same name (or alias)

Suggested change
grafana:
admin:
existingSecret: "kibana-credentials"
userKey: KIBANA_USERNAME
passwordKey: KIBANA_PASSWORD
prometheus-stack:
grafana:
admin:
existingSecret: "kibana-credentials"
userKey: KIBANA_USERNAME
passwordKey: KIBANA_PASSWORD

kind: SealedSecret
metadata:
name: kibana-credentials
namespace: prometheus-operator
Copy link
Member Author

Choose a reason for hiding this comment

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

The namespace "prometheus" will be generated by the Argocd application
It's the default in the template

@oscrx oscrx force-pushed the main branch 3 times, most recently from 8c9e337 to aa00852 Compare August 8, 2023 20:27
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 this pull request may close these issues.

Implement prometheus operator
2 participants