mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-07-09 19:22:21 +02:00
Compare commits
3 Commits
7600a23186
...
23d9c73edd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
23d9c73edd | ||
|
|
4a94cb9dae | ||
|
|
5c348c7737 |
@ -62,6 +62,13 @@ func (i IdentityImplementation) GetPluginCapabilities(
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Type: &identity.PluginCapability_Service_{
|
||||||
|
Service: &identity.PluginCapability_Service{
|
||||||
|
Type: identity.PluginCapability_Service_TYPE_INSTANCE_SIDECAR_INJECTION,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1060,6 +1060,8 @@ spec:
|
|||||||
secretName: barman-cloud-client-tls
|
secretName: barman-cloud-client-tls
|
||||||
usages:
|
usages:
|
||||||
- client auth
|
- client auth
|
||||||
|
privateKey:
|
||||||
|
rotationPolicy: Always
|
||||||
---
|
---
|
||||||
apiVersion: cert-manager.io/v1
|
apiVersion: cert-manager.io/v1
|
||||||
kind: Certificate
|
kind: Certificate
|
||||||
@ -1080,6 +1082,8 @@ spec:
|
|||||||
secretName: barman-cloud-server-tls
|
secretName: barman-cloud-server-tls
|
||||||
usages:
|
usages:
|
||||||
- server auth
|
- server auth
|
||||||
|
privateKey:
|
||||||
|
rotationPolicy: Always
|
||||||
---
|
---
|
||||||
apiVersion: cert-manager.io/v1
|
apiVersion: cert-manager.io/v1
|
||||||
kind: Issuer
|
kind: Issuer
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user