fix: move ca issuer
This commit is contained in:
20
certmanager/src/kustomization.yaml
Normal file
20
certmanager/src/kustomization.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
# argocd/kustomization.yaml
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
helmCharts:
|
||||
- name: cert-manager
|
||||
repo: https://charts.jetstack.io
|
||||
version: 1.17.0
|
||||
releaseName: cert-manager
|
||||
valuesFile: values.yaml
|
||||
|
||||
resources:
|
||||
- ca.yaml
|
||||
|
||||
secretGenerator:
|
||||
- name: ca-key-pair
|
||||
files:
|
||||
- ca-key/tls.crt
|
||||
- ca-key/tls.key
|
||||
type: "kubernetes.io/tls"
|
||||
Reference in New Issue
Block a user