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: allow existing zeebe exporters dir #1080

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

aabouzaid
Copy link
Member

Which problem does the PR fix?

Fixes: #1011

What's in this PR?

Allow mounting Zeebe exporters dir as an extra volume:

zeebe:
...
  extraVolumes
  - name: exporters-zeebe
    emptyDir: {}
  extraVolumeMounts:
  - name: exporters-zeebe
    mountPath: /usr/local/zeebe/exporters

Checklist

Please make sure to follow our Contributing Guide.

Before opening the PR:

  • There is no other open pull request for the same update/change.
  • The commits follow our Commit Guidelines.
  • Tests for charts are added (if needed).
  • The main Helm chart and sub-chart are updated (if needed).
  • In-repo documentation are updated (if needed).

After opening the PR:

  • Did you sign our CLA (Contributor License Agreement)? It will show once you open the PR.
  • Did all checks/tests pass in the PR?

@aabouzaid aabouzaid added size/xs Relative effort/time: Extra Small kind/fix labels Nov 16, 2023
@aabouzaid aabouzaid self-assigned this Nov 16, 2023
@github-actions github-actions bot temporarily deployed to gke-1080 November 16, 2023 15:16 Destroyed
@github-actions github-actions bot temporarily deployed to rosa-1080 November 16, 2023 15:16 Destroyed
@github-actions github-actions bot temporarily deployed to rosa-1080-upgrade November 16, 2023 15:16 Destroyed
@github-actions github-actions bot temporarily deployed to gke-1080-upgrade November 16, 2023 15:16 Destroyed
@aabouzaid aabouzaid force-pushed the 1011-aa-fix-zeebe-extra-exporters branch from 9e1d6a6 to 5216eee Compare November 16, 2023 15:31
@github-actions github-actions bot temporarily deployed to gke-1080 November 16, 2023 15:32 Destroyed
@github-actions github-actions bot temporarily deployed to gke-1080-upgrade November 16, 2023 15:32 Destroyed
@github-actions github-actions bot temporarily deployed to rosa-1080-upgrade November 16, 2023 15:32 Destroyed
@github-actions github-actions bot temporarily deployed to rosa-1080 November 16, 2023 15:33 Destroyed
@aabouzaid aabouzaid force-pushed the 1011-aa-fix-zeebe-extra-exporters branch from 5216eee to 7d5c6d7 Compare November 16, 2023 15:42
@aabouzaid aabouzaid marked this pull request as ready for review November 16, 2023 15:42
@aabouzaid aabouzaid merged commit d37b20b into main Nov 16, 2023
6 checks passed
@aabouzaid aabouzaid deleted the 1011-aa-fix-zeebe-extra-exporters branch November 16, 2023 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/fix size/xs Relative effort/time: Extra Small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Read-only filesystem issue - hazelcast exporter - 8.3.0
1 participant