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
|
||||||
@@ -4,3 +4,11 @@ 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