mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 21:23:12 +01:00
20 lines
644 B
YAML
20 lines
644 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
|
|
newName: kind.local/github.com/cloudnative-pg/plugin-barman-cloud/cmd/operator
|
|
newTag: 634ab82d4f8b68ffada6033b7dff817bbed61a2fec8e05f9ebf74f5bedafb0dd
|
|
secretGenerator:
|
|
- literals:
|
|
- SIDECAR_IMAGE=kind.local/github.com/cloudnative-pg/plugin-barman-cloud/cmd/instance:7173a2dcf3ce74e982ca3d35053de40fcec67b31d607a0d12547b4f9d09c535c
|
|
name: plugin-barman-cloud
|