mirror of
https://github.com/helm/charts.git
synced 2026-09-05 12:27:30 +00:00
62 lines
1.1 KiB
YAML
62 lines
1.1 KiB
YAML
image:
|
|
repository: gcr.io/heptio-images/ark
|
|
tag: v0.9.1
|
|
pullPolicy: IfNotPresent
|
|
|
|
# A docker image with kubectl installed
|
|
kubectl:
|
|
image:
|
|
repository: claranet/gcloud-kubectl-docker
|
|
tag: 1.0.0
|
|
pullPolicy: IfNotPresent
|
|
|
|
# Only kube2iam: change the AWS_ACCOUNT_ID and HEPTIO_ARK_ROLE_NAME
|
|
podAnnotations: {}
|
|
# iam.amazonaws.com/role: arn:aws:iam::<AWS_ACCOUNT_ID>:role/<HEPTIO_ARK_ROLE_NAME>
|
|
|
|
rbac:
|
|
create: true
|
|
|
|
resources: {}
|
|
|
|
serviceAccount:
|
|
hook:
|
|
create: true
|
|
name:
|
|
server:
|
|
create: true
|
|
name:
|
|
|
|
tolerations: []
|
|
|
|
nodeSelector: {}
|
|
|
|
## Parameters for the ' default' Config resource
|
|
## See https://heptio.github.io/ark/v0.9.0/config-definition
|
|
configuration:
|
|
persistentVolumeProvider: {}
|
|
# name:
|
|
# config:
|
|
# region:
|
|
# apiTimeout:
|
|
|
|
backupStorageProvider:
|
|
name:
|
|
bucket:
|
|
config: {}
|
|
# region:
|
|
# s3ForcePathStyle:
|
|
# s3Url:
|
|
# kmsKeyId:
|
|
|
|
backupSyncPeriod: 60m
|
|
gcSyncPeriod: 60m
|
|
scheduleSyncPeriod: 1m
|
|
resourcePriorities: []
|
|
restoreOnlyMode: false
|
|
|
|
credentials:
|
|
existingSecret:
|
|
useSecret: true
|
|
secretContents: {}
|