Compare commits
1 Commits
barman-clo
...
barman-clo
Author | SHA1 | Date | |
---|---|---|---|
1fe8881dfb |
@@ -1,6 +1,6 @@
|
||||
apiVersion: v2
|
||||
name: barman-cloud
|
||||
version: 0.1.0
|
||||
version: 0.2.0
|
||||
description: Barman Cloud Plugin
|
||||
keywords:
|
||||
- barman-cloud
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# barman-cloud
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
Barman Cloud Plugin
|
||||
|
||||
@@ -25,11 +25,10 @@ Barman Cloud Plugin
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| existingSecretKey | string | `"cf-tunnel-token"` | Name of key that contains the token in the existingSecret |
|
||||
| existingSecretName | string | `"cloudflared-secret"` | Name of existing secret that contains Cloudflare token |
|
||||
| image | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/cloudnative-pg/plugin-barman-cloud","tag":"v0.4.0"}` | Default image |
|
||||
| name | string | `"barman-cloud"` | Name override of release |
|
||||
| resources | object | `{"requests":{"cpu":"10m","memory":"128Mi"}}` | Default resources |
|
||||
| service | object | `{"listenPort":9090}` | Default service |
|
||||
|
||||
----------------------------------------------
|
||||
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
|
||||
|
@@ -41,7 +41,6 @@ controllers:
|
||||
secretKeyRef:
|
||||
key: SIDECAR_IMAGE
|
||||
name: plugin-barman-cloud-m76km67hd7
|
||||
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
@@ -54,7 +53,7 @@ controllers:
|
||||
type: RuntimeDefault
|
||||
serviceAccount:
|
||||
plugin-barman-cloud:
|
||||
enabled: {{ .Values.serviceAccount.enabled }}
|
||||
enabled: true
|
||||
service:
|
||||
main:
|
||||
controller: main
|
||||
|
@@ -1,18 +1,16 @@
|
||||
# -- Name override of release
|
||||
name: barman-cloud
|
||||
|
||||
# -- Name of existing secret that contains Cloudflare token
|
||||
existingSecretName: cloudflared-secret
|
||||
|
||||
# -- Name of key that contains the token in the existingSecret
|
||||
existingSecretKey: cf-tunnel-token
|
||||
|
||||
# -- Default image
|
||||
image:
|
||||
repository: ghcr.io/cloudnative-pg/plugin-barman-cloud
|
||||
tag: "v0.4.0"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# -- Default service
|
||||
service:
|
||||
listenPort: 9090
|
||||
|
||||
# -- Default resources
|
||||
resources:
|
||||
requests:
|
||||
|
Reference in New Issue
Block a user