platform-armada-app/stx-platform-helm/stx-platform-helm
Daniel Safta 3f7acd5c32 Fixed the default storageclass and replicas number
A previous update that added a new storageclass
using cephfs-provisioner affects the installation of
some application that are trying to use the
default storageclass.

When an application will try to use the default
storageclass it will find two default storageclasses
and we want to avoid this problem by using a single
default storageclass that can be changed by the user
through helm overrides.

Also this fixes the replicas number for the deployment,
it was hardcoded with 1, but now it can be changed by the user.

This commit address an application issue with
https://review.opendev.org/c/starlingx/platform-armada-app/+/758786

Signed-off-by: Daniel Safta <daniel.safta@windriver.com>
Story: 2008162
Task: 40908
Change-Id: Ib1e4db29397e674a17d45120f6c0b3babaf1880b
2021-01-10 19:07:00 +00:00
..
files Add stx-platform-helm RPM 2019-04-29 13:35:29 -04:00
helm-charts Fixed the default storageclass and replicas number 2021-01-10 19:07:00 +00:00
manifests CephFS provisioner for k8sapp_platform 2020-12-16 09:05:20 +00:00
README Add stx-platform-helm RPM 2019-04-29 13:35:29 -04:00

README

This directory contains all StarlingX charts that need to be built to support
platform integration immediately after installation. Some charts are common
across applications. These common charts reside in the
stx-config/kubernetes/helm-charts directory. To include these in this
application update the build_srpm.data file and use the COPY_LIST_TO_TAR
mechanism to populate these commom charts.