fix small postgresql mistake
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: postgresql
|
name: postgresql
|
||||||
version: 1.0.1
|
version: 1.0.2
|
||||||
appVersion: "auto"
|
appVersion: "auto"
|
||||||
description: PostgresSQL
|
description: PostgresSQL
|
||||||
type: application
|
type: application
|
||||||
|
|||||||
@@ -120,7 +120,7 @@ questions:
|
|||||||
type: string
|
type: string
|
||||||
default: "mydatabase"
|
default: "mydatabase"
|
||||||
required: true
|
required: true
|
||||||
- variable: user
|
- variable: postgresqlUsername
|
||||||
group: "App Configuration"
|
group: "App Configuration"
|
||||||
label: "Database User"
|
label: "Database User"
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
Reference in New Issue
Block a user