Skip to content

Instantly share code, notes, and snippets.

@jengo
Created June 10, 2021 02:01
Show Gist options
  • Save jengo/31b8dc630fd4bd1e8e3bc975a596703b to your computer and use it in GitHub Desktop.
Save jengo/31b8dc630fd4bd1e8e3bc975a596703b to your computer and use it in GitHub Desktop.
Deploy cert-manager using ArgoCD
# This manifest written by Jolene Engo <dev.toaster@gmail.com>
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cert-manager
namespace: argocd
spec:
destination:
namespace: cert-manager
server: https://kubernetes.default.svc
project: infrastructure
source:
chart: cert-manager
helm:
parameters:
- name: installCRDs
value: "true"
repoURL: https://charts.jetstack.io
targetRevision: v1.3.1
syncPolicy:
automated: {}
syncOptions:
- CreateNamespace=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment