Skip to content

Commit

Permalink
Typo in cluster_name to -
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDiazL committed Dec 15, 2023
1 parent ad90d3e commit 7180d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations/_scripts/generate/generate_bitops_incoming.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ function process_helm_bo_config() {
yq_check_add_missing ".helm.options.release-name" "$chart_name" $config_file
yq_check_add_missing ".helm.options.skip-deploy" "false" $config_file
yq_check_add_missing ".helm.options.k8s.fetch.kubeconfig" "true" $config_file
yq_check_add_missing ".helm.options.k8s.fetch.cluster_name" "$cluster_name" $config_file
yq_check_add_missing ".helm.options.k8s.fetch.cluster-name" "$cluster_name" $config_file
}

function helm_move_content_prepend() {
Expand Down

0 comments on commit 7180d3d

Please sign in to comment.