From 38fa507e94581d2c9ad9c137a16e106ec04d63de Mon Sep 17 00:00:00 2001 From: Rub21 Date: Mon, 1 Apr 2024 20:03:27 -0500 Subject: [PATCH] Fix typo for service type --- values.staging.template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.staging.template.yaml b/values.staging.template.yaml index b75fa4fc..d09ca8f3 100644 --- a/values.staging.template.yaml +++ b/values.staging.template.yaml @@ -37,7 +37,7 @@ osm-seed: # an `AWS_SSL_ARN` that is a wildcart certificate, that will be configured # as the SSL certificate for your services. Else, you will need to configure # SSL separately. - serviceType: clusterIP + serviceType: ClusterIP # Domain that is pointed to the clusterIP # You will need to create an A record like *.osmseed.example.com pointed to the ClusterIP