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 git ownership issues on leader config volume #166

Merged
merged 6 commits into from
Jul 14, 2023

Conversation

bdalpe
Copy link
Contributor

@bdalpe bdalpe commented Jul 14, 2023

Deploys a ConfigMap resource that is mounted to /.gitconfig which defines the safe path:

[safe]
directory = /opt/cribl/config-volume

this is to resolve the error:

Error: fatal: detected dubious ownership in repository at '/opt/cribl/config-volume'

Resolves #59
Resolves #163
Resolves #164
Resolves #165

bdalpe added 5 commits July 13, 2023 21:34
* Remove gosu command.
* Add container securityContext settings. Resolves criblio#164
* Add pod-level securityContext settings. Resolves criblio#163
* Adds git configmap to avoid "dubious ownership" problems. Resolves criblio#59
@bdalpe bdalpe added bug Something isn't working enhancement New feature or request labels Jul 14, 2023
@bdalpe bdalpe requested a review from dmaislin-cribl July 14, 2023 03:14
@bdalpe bdalpe self-assigned this Jul 14, 2023
@bdalpe
Copy link
Contributor Author

bdalpe commented Jul 14, 2023

Also threw in the ability to deploy extra manifests through the chart. This functionality is copied from the edge chart.

@bdalpe
Copy link
Contributor Author

bdalpe commented Jul 14, 2023

Verified this is working in the customer's environment.

@bdalpe bdalpe merged commit 1cb163e into criblio:master Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
1 participant