Skip to content

Commit

Permalink
Merge pull request #399 from openinfradev/render_lma
Browse files Browse the repository at this point in the history
typo -- apply new render: lma is done
  • Loading branch information
intelliguy authored Nov 12, 2024
2 parents 959e239 + 0d82ef1 commit 34312e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy_apps/tks-primary-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ spec:
[ -d ${member} ] || git clone ${repository_base}${member}
cd ${member}
yq -i e "del(.charts[] | select(.name == \"thanos-config\").override.objectStorage.rawConig)" ${member}/lma/site-values.yaml
yq -i e "del(.charts[] | select(.name == \"thanos-config\").override.objectStorage.rawConfig)" ${member}/lma/site-values.yaml
yq -i e ".charts |= map(select(.name == \"thanos-config\").override.objectStorage.type=\"s3\")" ${member}/lma/site-values.yaml
yq -i e ".charts |= map(select(.name == \"thanos-config\").override.objectStorage.rawConfig.endpoint=\"s3.ap-northeast-2.amazonaws.com\")" ${member}/lma/site-values.yaml
yq -i e ".charts |= map(select(.name == \"thanos-config\").override.objectStorage.rawConfig.region=\"ap-northeast-2\")" ${member}/lma/site-values.yaml
Expand Down Expand Up @@ -663,7 +663,7 @@ spec:
[ -d ${current_cluster} ] || git clone ${repository_base}${current_cluster}
cd ${current_cluster}
yq -i e "del(.charts[] | select(.name == \"thanos-config\").override.objectStorage.rawConig)" ${current_cluster}/lma/site-values.yaml
yq -i e "del(.charts[] | select(.name == \"thanos-config\").override.objectStorage.rawConfig)" ${current_cluster}/lma/site-values.yaml
yq -i e ".charts |= map(select(.name == \"thanos-config\").override.objectStorage.type=\"s3\")" ${current_cluster}/lma/site-values.yaml
yq -i e ".charts |= map(select(.name == \"thanos-config\").override.objectStorage.rawConfig.endpoint=\"s3.ap-northeast-2.amazonaws.com\")" ${current_cluster}/lma/site-values.yaml
yq -i e ".charts |= map(select(.name == \"thanos-config\").override.objectStorage.rawConfig.region=\"ap-northeast-2\")" ${current_cluster}/lma/site-values.yaml
Expand Down

0 comments on commit 34312e6

Please sign in to comment.