Skip to content

Commit

Permalink
Merge pull request #1492 from GiganticMinecraft/fix/environmentName
Browse files Browse the repository at this point in the history
fix: 環境変数名の指定ミスを修正
  • Loading branch information
rito528 authored Dec 16, 2023
2 parents 9b47ac9 + f26bd6b commit 009c4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/onp_cluster_minecraft_secrets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ resource "helm_release" "onp_minecraft_debug_minio_secrets" {
- seichi-debug-minecraft-on-seichiassist-pr-*
data:
MINIO_ACCESS_KEY: ${base64encode(var.minio_debug_access_key)}
MINIO_DEBUG_ACCESS_SECRET: ${base64encode(var.minio_debug_access_secret)}
MINIO_ACCESS_SECRET: ${base64encode(var.minio_debug_access_secret)}
EOS
]
}
Expand Down

0 comments on commit 009c4c6

Please sign in to comment.