Skip to content

Commit

Permalink
fix hostAliasIp out of place in CR (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
jharrod authored Jun 4, 2024
1 parent 1b7a08b commit 05ecfd8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions unified-installer/astra-unified-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1930,8 +1930,6 @@ spec:
autoSupport:
enrolled: ${connector_autosupport_enrolled}
url: ${connector_autosupport_url}
natsSyncClient:
cloudBridgeURL: ${astra_url}
neptune:
resources:
limits:
Expand All @@ -1940,6 +1938,10 @@ spec:
cpu: ".5"
memory: ${memory_limit}Gi
EOF
{
echo " natsSyncClient:"
echo " cloudBridgeURL: ${astra_url}"
} >> "$crs_file"
if [ -n "$host_alias_ip" ]; then
echo " hostAliasIP: $host_alias_ip" >> "$crs_file"
fi
Expand Down

0 comments on commit 05ecfd8

Please sign in to comment.