Skip to content

Commit

Permalink
fix: resource名の変え忘れを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Dec 2, 2023
1 parent 7e2bf3c commit 481be83
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 @@ -115,7 +115,7 @@ resource "kubernetes_secret" "onp_minecraft_debug_mariadb_root_password" {
type = "Opaque"
}

resource "helm_release" "onp_minecraft_mariadb_monitoring_password" {
resource "helm_release" "onp_minecraft_debug_minio_secrets" {
depends_on = [kubernetes_namespace.onp_seichi_debug_minecraft]

repository = "https://giganticminecraft.github.io/seichi_infra/"
Expand Down

0 comments on commit 481be83

Please sign in to comment.