fix: fix cert-manager deployment by adding cert-manager dir to flux deployments
This commit is contained in:
parent
adc9d0ce96
commit
72dd5de86c
3 changed files with 9 additions and 20 deletions
7
infrastructure/cert-manager/kustomization.yaml
Normal file
7
infrastructure/cert-manager/kustomization.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- helmrepository.yaml
|
||||
- helmrelease.yaml
|
||||
- configmap-values.yaml
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: cert-manager
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 15m
|
||||
path: ./infrastructure/cert-manager
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: flux-system
|
||||
dependsOn: []
|
||||
healthChecks:
|
||||
- apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
name: cert-manager
|
||||
namespace: cert-manager
|
||||
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources: []
|
||||
resources:
|
||||
- cert-manager/
|
||||
# - monitoring/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue