run prettier as pre-commit hook (#3264)
This commit is contained in:
@@ -1,31 +1,31 @@
|
||||
annotations:
|
||||
truecharts.org/SCALE-support: 'true'
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- Backup
|
||||
- Cloud
|
||||
apiVersion: v2
|
||||
appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.6
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.6
|
||||
deprecated: false
|
||||
description: 'A simple way to backup important files to Google Cloud Storage.
|
||||
description: "A simple way to backup important files to Google Cloud Storage.
|
||||
|
||||
'
|
||||
"
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/google-cloud-storage-backup
|
||||
icon: https://truecharts.org/img/chart-icons/google-cloud-storage-backup.png
|
||||
keywords:
|
||||
- google-cloud-storage-backup
|
||||
- Backup
|
||||
- Cloud
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
- google-cloud-storage-backup
|
||||
- Backup
|
||||
- Cloud
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: google-cloud-storage-backup
|
||||
sources:
|
||||
- https://hub.docker.com/r/vinid223/gcloud-storage-backup
|
||||
- https://hub.docker.com/r/vinid223/gcloud-storage-backup
|
||||
type: application
|
||||
version: 0.0.10
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
env:
|
||||
ACCESS_KEY: 'Container Variable: ACCESS_KEY'
|
||||
ACCESS_KEY: "Container Variable: ACCESS_KEY"
|
||||
CRON_SCHEDULE: 0 * * * *
|
||||
GCSOPTIONS: ''
|
||||
GCSOPTIONS: ""
|
||||
GCSPATH: gs://mybucket/
|
||||
SECRET_KEY: 'Container Variable: SECRET_KEY'
|
||||
SECRET_KEY: "Container Variable: SECRET_KEY"
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/google-cloud-storage-backup
|
||||
|
||||
Reference in New Issue
Block a user