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 17, 2023
1 parent 7624824 commit a3e67f8
Show file tree
Hide file tree
Showing 2 changed files with 8 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
7 changes: 7 additions & 0 deletions charts/substrate-faucet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,10 @@ 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

0 comments on commit a3e67f8

Please sign in to comment.