mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 09:59:43 +00:00
add cert-manager
This commit is contained in:
parent
ce8321c2c6
commit
7f250cb934
1 changed files with 22 additions and 0 deletions
22
state/gullfaxi/system/cert-manager.yaml
Normal file
22
state/gullfaxi/system/cert-manager.yaml
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: cert-manager
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: argocd
|
||||||
|
project: system
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
|
source:
|
||||||
|
repoURL: https://charts.jetstack.io
|
||||||
|
chart: cert-manager
|
||||||
|
targetRevision: 1.12.4
|
||||||
|
helm:
|
||||||
|
values: |
|
||||||
|
# nothing
|
||||||
Loading…
Reference in a new issue