7
This commit is contained in:
parent
9af3c9aaf6
commit
88b5ffbee6
@ -3,6 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: cert-manager
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- cert-manager.yaml
|
||||
- issuer.yaml
|
||||
- ./certificates/fascinated-cc.yaml
|
||||
|
5
apps/production/cert-manager/namespace.yaml
Normal file
5
apps/production/cert-manager/namespace.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: cert-manager
|
Reference in New Issue
Block a user