Skip to content

Prometheus#217

Draft
oscrx wants to merge 2 commits intomainfrom
prometheus
Draft

Prometheus#217
oscrx wants to merge 2 commits intomainfrom
prometheus

Conversation

@oscrx
Copy link
Copy Markdown
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 No newline at end of file
Copy link
Copy Markdown
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
Copy Markdown
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
@oscrx oscrx force-pushed the main branch 3 times, most recently from 081901f to 60f9505 Compare May 11, 2025 18:08
@oscrx oscrx force-pushed the main branch 3 times, most recently from 30fb1fb to c72643d Compare August 25, 2025 19:20
@oscrx oscrx force-pushed the main branch 14 times, most recently from 40baf41 to 43d0c9e Compare March 13, 2026 10:33
@oscrx oscrx force-pushed the main branch 3 times, most recently from fc87691 to ae4280c Compare March 13, 2026 10:41
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