Skip to content

Commit

Permalink
Added cloudsql to faucet
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantcornholio committed Aug 15, 2023
1 parent 7624824 commit e56d199
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/substrate-faucet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: substrate-faucet
description: A Helm chart to deploy substrate-faucet
type: application
version: 2.2.2
version: 3.0.0
maintainers:
- name: Parity
url: https://github.com/paritytech/helm-charts
8 changes: 8 additions & 0 deletions charts/substrate-faucet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,11 @@ ingress:
## @param ingress.enabled Specifies whether as Ingress should be created
##
enabled: false

## Database configuration
##
cloudsql:
## @param cloudsql.enabled Specifies whether as cloudsql should be created
##
enabled: false

Check failure on line 135 in charts/substrate-faucet/values.yaml

View workflow job for this annotation

GitHub Actions / lint

135:1 [empty-lines] too many blank lines (1 > 0)

0 comments on commit e56d199

Please sign in to comment.