fix: local issuer
This commit is contained in:
7
certmanager/ca.yaml
Normal file
7
certmanager/ca.yaml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
apiVersion: cert-manager.io/v1
|
||||||
|
kind: Issuer
|
||||||
|
metadata:
|
||||||
|
name: ca-issuer
|
||||||
|
spec:
|
||||||
|
ca:
|
||||||
|
secretName: ca-key-pair
|
||||||
@@ -3,4 +3,12 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- main.yaml
|
- main.yaml
|
||||||
|
- 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