mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 13:23:09 +01:00
18 lines
368 B
YAML
18 lines
368 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: cnpg-system
|
|
resources:
|
|
- certificate-issuer.yaml
|
|
- client-certificate.yaml
|
|
- deployment.yaml
|
|
- server-certificate.yaml
|
|
- service.yaml
|
|
- ../config/crd
|
|
- ../config/rbac
|
|
images:
|
|
- name: plugin-barman-cloud
|
|
secretGenerator:
|
|
- literals:
|
|
- SIDECAR_IMAGE=plugin-sidecar
|
|
name: plugin-barman-cloud
|