ci: deploy cert-manager v1.17.2 via fluxcd
This commit is contained in:
parent
640bc5d476
commit
adc9d0ce96
5 changed files with 84 additions and 6 deletions
19
infrastructure/kustomization-cert-manager.yaml
Normal file
19
infrastructure/kustomization-cert-manager.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue