Skip to content

Commit

Permalink
icinga-stack: Set resource for Icinga Kubernetes Web
Browse files Browse the repository at this point in the history
  • Loading branch information
lippserd committed Feb 28, 2024
1 parent 076eca7 commit 97c39f3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,8 @@
- name: icingaweb.modules.x509.config.backend.resource
value: {{ .Values.global.databases.x509.database | quote }}
{{- end }}
{{- if .Values.modules.kubernetes.enabled }}
- name: icingaweb.modules.kubernetes.config.database.resource
value: {{ .Values.global.databases.kubernetes.database | quote }}
{{- end }}
{{- end -}}

0 comments on commit 97c39f3

Please sign in to comment.