Skip to content
Snippets Groups Projects
Verified Commit b5ebeda4 authored by Arie Peterson's avatar Arie Peterson
Browse files

Install cert-manager CRDs from ansible again

parent c14d8756
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,12 @@ rke:
# checksum: 'sha256:https://github.com/rancher/rke/releases/download/v0.2.4/sha256sum.txt'
checksum: 'sha256:96b366fe1faaa668b3e47f5b6d4bfd6334224e33c21e55dc79ec96f85e0e48e8'
cert_manager:
# cert-manager requires custom resource definitions applied before installing
# the helm chart. See https://hub.helm.sh/charts/jetstack/cert-manager for
# details
crd_version: '0.14.2'
# If true, let the auto-update mechanism (flux) follow a cluster-local git
# repo, not one hosted on open.greenhost.net.
local_flux: false
......
......@@ -16,3 +16,8 @@
- config
- flux
- cert-manager
- name: Install CRDs for cert-manager
tags:
- cert-manager
command: '/snap/bin/kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/download/v{{ cert_manager.crd_version }}/cert-manager.crds.yaml'
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