Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

[Icinga2] ini files get overwritten #1739

Open
DaVukovic opened this issue Aug 10, 2022 · 0 comments
Open

[Icinga2] ini files get overwritten #1739

DaVukovic opened this issue Aug 10, 2022 · 0 comments
Labels

Comments

@DaVukovic
Copy link

Helm chart name

Icinga2

Helm chart version

4.1.2

Container name

jordan/icinga2

Container tag

latest

Description

First...thanks for the great work you are doing 馃憤

Probably I麓m doing this wrong, but let's see....

Let麓s say I have an existing roles.ini file for Icingaweb2 and I want that to be mounted during the creation of the helm chart.

I edited the values.yaml to:

persistence:
  # -- Icinga2 configuration folder
  # @default -- Disabled
  roles:
    enabled: true
    type: hostPath
    hostPath: /data/etc-icingaweb/roles.ini
    mountPath: /etc/icingaweb2/roles.ini

The file gets mounted fine as it exists on the hostPath. The problem is, that those files do not exist at creation of the pod, but Icinga will create the same file and will overwrite the content from the given one as that's already mounted. So my own roles.ini file doesn't exist anymore.

I麓ve tried to mount it readOnly but then the pod doesn't start.

Not sure if that's really an issue or a limitation of the chart. In the end I would love to achieve a fully pre-configured Icinga instance.

Thanks for either pointing me into the right direction or improve the chart if possible.

Expected result

Mounted files should not be overwritten

Helm values to reproduce

See above. If needed I'll provide the full values.yaml

Additional Information

No response

Repo link

No response

@DaVukovic DaVukovic added the bug label Aug 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant