Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
quaark committed Nov 14, 2023
1 parent 0ca6aee commit cb6bc02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions stable/v3io-keycloak/templates/db-creds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
data:
# for mysql
DB_USER: {{ include "v3io-keycloak.dbUser" . | b64enc }}
DB_PASSWORD: {{ $password | b64enc }}
DB_PASSWORD: {{ $password | trim | b64enc }}

# for keycloak
db-password: {{ $password | b64enc }}
db-password: {{ $password | trim | b64enc }}
2 changes: 1 addition & 1 deletion stable/v3io-mysql/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: v3io-mysql
version: 0.2.1
version: 0.2.2
appVersion: "8.0"
description: MySQL Database With V3IO Storage
maintainers:
Expand Down

0 comments on commit cb6bc02

Please sign in to comment.