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

Fix several bugs in servicemonitor #690

Merged
merged 1 commit into from
Dec 16, 2021
Merged

Conversation

alvneiayu
Copy link
Collaborator

Description of the change

After we did the major release, the chart has several issues inside the service monitor. This patch fixes them.

Applicable issues

Copy link
Collaborator

@juan131 juan131 left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks for the fix

@juan131 juan131 added the bug label Dec 16, 2021
Copy link
Member

@agarcia-oss agarcia-oss left a comment

Choose a reason for hiding this comment

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

Go for it!

@juan131 juan131 added this to Inbox in Sealed Secrets via automation Dec 16, 2021
@juan131 juan131 moved this from Inbox to In progress in Sealed Secrets Dec 16, 2021
@alvneiayu alvneiayu merged commit 7fcd9f3 into bitnami-labs:main Dec 16, 2021
Sealed Secrets automation moved this from In progress to Completed Dec 16, 2021
{{- else }}
namespace: {{ include "sealed-secrets.namespace" . }}
{{- end }}
labels: {{- include "sealed-secrets.labels" . | nindent 4 }}
{{- if .Values.serviceMonitor.labels }}
{{- include "sealed-secrets.render" ( dict "value" .Values.serviceMonitor.labels "context" $) | nindent 4 }}
{{- if .Values.metrics.serviceMonitor.labels }}

Choose a reason for hiding this comment

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

This is not documented in values.yaml or the README :)

Copy link
Contributor

Choose a reason for hiding this comment

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

Done in #635.

Comment on lines +14 to +15
- name: http
port: {{ .Values.service.port }}
Copy link
Contributor

Choose a reason for hiding this comment

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

This breaks kubeseal until #648 is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Sealed Secrets
  
Completed
Development

Successfully merging this pull request may close these issues.

Helm chart 2.0.0 invalid servicemonitor.yaml
5 participants