Remove ref to gss

This commit is contained in:
Micke Nordin 2024-12-12 10:32:01 +01:00
parent 6cff186121
commit c3ce7089ad
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -21,7 +21,7 @@ for environment in test prod; do
version=$(yq -r ".${key}" "${group}")
print_fact "${customer}" "${environment}" "${version}"
done
for customer in $(yq -r '.fullnodes[]' "${common}") gss; do
for customer in $(yq -r '.fullnodes[]' "${common}"); do
group="${repo}/${customer}-common/overlay/etc/hiera/data/group.yaml"
version=$(yq -r ".${key}" "${group}")
print_fact "${customer}" "${environment}" "${version}"