Skip to content
Snippets Groups Projects
Verified Commit f2e5d4d7 authored by Varac's avatar Varac
Browse files

Re-add cert-manager to installed helmfile releases

Closes: #295
parent ea36860b
No related branches found
No related tags found
No related merge requests found
......@@ -39,3 +39,17 @@
server: "https://acme-staging-v02.api.letsencrypt.org/directory"
- name: production
server: "https://acme-v02.api.letsencrypt.org/directory"
- name: Apply cert-manager helmfile
tags:
- helmfile
- cert-manager
shell: |
/usr/local/bin/helmfile \
-b /snap/bin/helm \
-e oas \
-f {{ data_directory }}/source/helmfiles/helmfile.d/05-cert-manager.yaml \
apply \
--suppress-secrets \
| sed 's/\x1B\[[0-9;]*[JKmsu]//g' \
>> {{ log_directory }}/helmfile.log
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment