feat: Added barman cloud plugin
This commit is contained in:
@@ -10,6 +10,7 @@ resources:
|
||||
- ../../controllers/longhorn/longhorn.yaml
|
||||
- ../../controllers/local-path-provisioner/local-path-provisioner.yaml
|
||||
- ../../controllers/cnpg/cnpg.yaml
|
||||
- ../../controllers/barman-cloud-plugin/barman-cloud-plugin.yaml
|
||||
|
||||
- ../../configs/artifacts.yaml
|
||||
- ../../configs/letsencrypt/letsencrypt.yaml
|
||||
|
||||
@@ -44,3 +44,8 @@ spec:
|
||||
copy:
|
||||
- from: "@foundation/controllers/cnpg/**"
|
||||
to: "@artifact/"
|
||||
- name: barman-cloud-plugin
|
||||
originRevision: "@foundation"
|
||||
copy:
|
||||
- from: "@foundation/controllers/barman-cloud-plugin/**"
|
||||
to: "@artifact/"
|
||||
|
||||
17
controllers/barman-cloud-plugin/barman-cloud-plugin.yaml
Normal file
17
controllers/barman-cloud-plugin/barman-cloud-plugin.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: barman-cloud-plugin
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 1h
|
||||
retryInterval: 2m
|
||||
timeout: 5m
|
||||
dependsOn:
|
||||
- name: cnpg
|
||||
sourceRef:
|
||||
kind: ExternalArtifact
|
||||
name: barman-cloud-plugin
|
||||
path: .
|
||||
prune: true
|
||||
wait: true
|
||||
4
controllers/barman-cloud-plugin/kustomization.yaml
Normal file
4
controllers/barman-cloud-plugin/kustomization.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- https://github.com/cloudnative-pg/plugin-barman-cloud/releases/download/v0.9.0/manifest.yaml
|
||||
Reference in New Issue
Block a user