Skip to content

Commit

Permalink
fix: helm_release リソースの values 書式を正しいものに直す
Browse files Browse the repository at this point in the history
  • Loading branch information
kory33 committed Oct 2, 2023
1 parent 4246388 commit 104a830
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions terraform/onp_cluster_secrets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,9 @@ resource "helm_release" "onp_minecraft_mariadb_monitoring_password" {
namespace = "kube-system"
version = "0.2.0"

values = {
manifests = [<<-EOS
set_sensitive {
name = "manifests"
value = [<<-EOS
kind: ClusterSecret
apiVersion: clustersecret.io/v1
metadata:
Expand Down

0 comments on commit 104a830

Please sign in to comment.