feat: cert-manager
This commit is contained in:
14
certmanager/kustomization.yaml
Normal file
14
certmanager/kustomization.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
# argocd/kustomization.yaml
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- ns.yaml
|
||||
|
||||
helmCharts:
|
||||
- name: cert-manager
|
||||
repo: https://charts.jetstack.io
|
||||
version: 1.17.0
|
||||
releaseName: cert-manager
|
||||
namespace: cert-manager
|
||||
valuesFile: values.yaml
|
||||
5
certmanager/ns.yaml
Normal file
5
certmanager/ns.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
# ns.yaml
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: cert-manager
|
||||
5
certmanager/values.yaml
Normal file
5
certmanager/values.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
crds:
|
||||
enabled: true
|
||||
|
||||
extraArgs:
|
||||
- --enable-gateway-api
|
||||
Reference in New Issue
Block a user