commit | abb177586fda668aea747e54231d5d1630bfb57e | [log] [tgz] |
---|---|---|
author | Tadas Sutkaitis <tadasas@gmail.com> | Tue May 21 00:45:55 2024 +0300 |
committer | GitHub <noreply@github.com> | Mon May 20 21:45:55 2024 +0000 |
tree | cd1163c3db9dd0d534fa10f4e4db4cc3ca2307ad | |
parent | 0d721d1765be08385d03b80f34c6f5c0ee6d44b4 [diff] |
feat: trust private acme CA (#1216) Related: #1185 We disscused with @mpiscaer on Slack about the reason why this happens and found that such a configuration was not foreseen. Mounting whole directory like here: https://github.com/vexxhost/ansible-collection-kubernetes/blob/main/roles/cert_manager/vars/main.yml#L21 is a bad idea because on EL distros this host path doesn't exist. Reviewed-by: Mohammed Naser <mnaser@vexxhost.com> Reviewed-by: Michiel Piscaer <michiel@piscaer.com> Reviewed-by: Tadas Sutkaitis
If you have any questions and discussions about Atmosphere, you can join the community:
#atmosphere
channel on the Kubernetes Slack. If you are new to Kubernetes Slack workspace, Join the Kubernetes Slack workspace first.You'll need to make sure that you have pre-commit
setup and installed in your environment by running these commands:
pre-commit install --hook-type commit-msg