ci: add cloud native pg to cluster and remove sonarqube
This commit is contained in:
parent
5e77cbecfa
commit
31700dd532
6 changed files with 98 additions and 1 deletions
16
infrastructure/cnpg/helmrelease-operator.yaml
Normal file
16
infrastructure/cnpg/helmrelease-operator.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: cnpg-operator
|
||||
namespace: cnpg-system
|
||||
spec:
|
||||
interval: 10m
|
||||
chart:
|
||||
spec:
|
||||
chart: cloudnative-pg
|
||||
version: "0.23.2"
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: cnpg
|
||||
namespace: flux-system
|
||||
interval: 1m
|
||||
Loading…
Add table
Add a link
Reference in a new issue