Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Dec 16, 2023
1 parent 51a2358 commit b9b362e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/onp_cluster_secrets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ resource "helm_release" "onp_minecraft__pr_review_mariadb_password" {
matchNamespace:
- seichi-debug-minecraft-on-seichiassist-pr-*
data:
root-password: ${base64encode(random_password.minecraft__pr_review_mariadb_root_password.result)}
mcserver-password: ${base64encode(random_password.minecraft__pr_review_mariadb_password.result)}
root-password: ""
mcserver-password: ""
EOS
]
}
Expand Down

0 comments on commit b9b362e

Please sign in to comment.