Skip to content

Commit

Permalink
Merge pull request #46 from Icinga/icinga-web-kubernetes-resource
Browse files Browse the repository at this point in the history
`icinga-stack`: Set resource for `Icinga Kubernetes Web`
  • Loading branch information
mocdaniel authored Feb 28, 2024
2 parents 076eca7 + 97c39f3 commit a0eb382
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 a0eb382

Please sign in to comment.