Skip to content

Commit fdf7a4d

Browse files
authored
fix: encrypt adminUsername (#2804)
1 parent 16ec507 commit fdf7a4d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

values-schema.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1681,6 +1681,9 @@ properties:
16811681
adminPassword:
16821682
type: string
16831683
x-secret: '{{ randAlphaNum 20 }}'
1684+
adminUsername:
1685+
type: string
1686+
x-secret: ''
16841687
postgresqlPassword:
16851688
type: string
16861689
description: This password was generated and cannot be changed without manual intervention.
@@ -1876,6 +1879,7 @@ properties:
18761879
x-secret: ''
18771880
adminUsername:
18781881
type: string
1882+
x-secret: ''
18791883
theme:
18801884
type: string
18811885
default: otomi

0 commit comments

Comments
 (0)