@@ -69,25 +69,25 @@ config:
6969 # See https://gha-cache-server.falcondev.io/storage-drivers/s3
7070 s3 :
7171 # -- S3 bucket name (required when driver is "s3")
72- bucket : ' '
72+ # bucket: ''
7373 # -- AWS region (defaults to "us-east-1")
74- region : us-east-1
74+ # region: us-east-1
7575 # -- Custom S3 endpoint URL (e.g. for MinIO: "http://minio:9000")
76- endpointUrl : ' '
76+ # endpointUrl: ''
7777 # -- AWS access key ID. Can also be provided via existingSecret.
78- accessKeyId : ' '
78+ # accessKeyId: ''
7979 # -- AWS secret access key. Can also be provided via existingSecret.
80- secretAccessKey : ' '
80+ # secretAccessKey: ''
8181
8282 # -- Google Cloud Storage driver settings
8383 # See https://gha-cache-server.falcondev.io/storage-drivers/google-cloud-storage
8484 gcs :
8585 # -- GCS bucket name (required when driver is "gcs")
86- bucket : ' '
86+ # bucket: ''
8787 # -- Path to service account key file (optional, uses ADC if not set)
88- serviceAccountKey : ' '
88+ # serviceAccountKey: ''
8989 # -- Custom GCS API endpoint
90- endpoint : ' '
90+ # endpoint: ''
9191
9292 # -- Database driver configuration
9393 # See https://gha-cache-server.falcondev.io/database-drivers
@@ -106,31 +106,31 @@ config:
106106 # See https://gha-cache-server.falcondev.io/database-drivers/postgres
107107 postgres :
108108 # -- Full PostgreSQL connection URL (alternative to individual settings)
109- url : ' '
109+ # url: ''
110110 # -- PostgreSQL database name
111- database : ' '
111+ # database: ''
112112 # -- PostgreSQL host
113- host : ' '
113+ # host: ''
114114 # -- PostgreSQL port
115- port : 5432
115+ # port: 5432
116116 # -- PostgreSQL user
117- user : ' '
117+ # user: ''
118118 # -- PostgreSQL password. Can also be provided via existingSecret.
119- password : ' '
119+ # password: ''
120120
121121 # -- MySQL database driver settings
122122 # See https://gha-cache-server.falcondev.io/database-drivers/mysql
123123 mysql :
124124 # -- MySQL database name
125- database : ' '
125+ # database: ''
126126 # -- MySQL host
127- host : ' '
127+ # host: ''
128128 # -- MySQL port
129- port : 3306
129+ # port: 3306
130130 # -- MySQL user
131- user : ' '
131+ # user: ''
132132 # -- MySQL password. Can also be provided via existingSecret.
133- password : ' '
133+ # password: ''
134134
135135# -- Name of an existing Kubernetes Secret containing sensitive environment variables.
136136# Use this to avoid storing secrets in values.yaml. The secret keys should match
0 commit comments