Skip to content

Commit

Permalink
doc(reference-dataset): adapt k8s config checks to vsphere
Browse files Browse the repository at this point in the history
  • Loading branch information
o-orand committed May 29, 2024
1 parent 5236ed2 commit e4522c0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
deployment:
bosh-deployment:
releases:
# we can add a iaas-dependant bosh release, like bosh-cpi
#bosh-openstack-cpi:
# base_location: https://bosh.io/d/github.com/
# repository: cloudfoundry-incubator/bosh-openstack-cpi
nginx:
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ else
echo "ERROR: missing values-iaas-type.yml - '$BASE_TEMPLATE_DIR'/values-iaas-type.yml"
exit 1
fi
grep "$IAAS_TYPE" "$BASE_TEMPLATE_DIR"/values-iaas-type.yml

if [ -f "$BASE_TEMPLATE_DIR"/values-profile.yml ];then
echo "Values values available"
echo "values-profile available"
else
echo "ERROR: missing values-profile - '$BASE_TEMPLATE_DIR'/values-profile.yml"
exit 1
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#@data/values
---
iaas:
type: vsphere

0 comments on commit e4522c0

Please sign in to comment.