Skip to content

Commit

Permalink
fix: set_sensitive の代わりに set_list を利用する
Browse files Browse the repository at this point in the history
`helm_release` リソースはデフォルトではレンダー結果を出さないので、non-sensitive なコンテキストとして set_list に入れたものは出てこなさそう
  • Loading branch information
kory33 committed Oct 2, 2023
1 parent 104a830 commit 2b80326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/onp_cluster_secrets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ resource "helm_release" "onp_minecraft_mariadb_monitoring_password" {
namespace = "kube-system"
version = "0.2.0"

set_sensitive {
set_list {
name = "manifests"
value = [<<-EOS
kind: ClusterSecret
Expand Down

0 comments on commit 2b80326

Please sign in to comment.