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
9
infrastructure/cert-manager/configmap-values.yaml
Normal file
9
infrastructure/cert-manager/configmap-values.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: cert-manager-helm-values
|
||||
namespace: cert-manager
|
||||
data:
|
||||
values.yaml: |
|
||||
installCRDs: true
|
||||
|
||||
|
|
@ -1,14 +1,24 @@
|
|||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: cert-manager
|
||||
namespace: cert-manager
|
||||
spec:
|
||||
interval: 15m
|
||||
chart:
|
||||
spec:
|
||||
chart: cert-manager
|
||||
version: v1.17.2
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: cert-manager
|
||||
values:
|
||||
installCRDs: true
|
||||
name: jetstack
|
||||
namespace: flux-system
|
||||
releaseName: cert-manager
|
||||
valuesFrom:
|
||||
- kind: ConfigMap
|
||||
name: cert-manager-helm-values
|
||||
valuesKey: values.yaml
|
||||
install:
|
||||
crds: CreateReplace
|
||||
upgrade:
|
||||
crds: CreateReplace
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: cert-manager
|
||||
name: jetstack
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 1h
|
||||
interval: 30m
|
||||
url: https://charts.jetstack.io
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue