92ed6fecc7
This commit adds a helm chart that deploys a rolebinding to the openstack application to allow deployments to the openstack namespace after PodSecurityPolicy plugin is enabled on the Kubernetes cluster. Change-Id: I57d3a31c9fcc7e03499e605d6d722fdb36004339 Partial-bug: 1878900 Depends-On: https://review.opendev.org/#/c/734408/ Depends-On: https://review.opendev.org/#/c/735998/ Signed-off-by: Jerry Sun <jerry.sun@windriver.com>
14 lines
609 B
Plaintext
14 lines
609 B
Plaintext
SRC_DIR="stx-openstack-helm"
|
|
COPY_LIST_TO_TAR="\
|
|
$STX_BASE/helm-charts/fm-rest-api/fm-rest-api/helm-charts \
|
|
$STX_BASE/helm-charts/psp-rolebinding/psp-rolebinding/helm-charts \
|
|
"
|
|
|
|
# Bump the version by the previous version value prior to decoupling as this
|
|
# will align the GITREVCOUNT value to increment the version by one. Remove this
|
|
# (i.e. reset to 0) on then next major version changes when TIS_BASE_SRCREV
|
|
# changes. This version should align with the version of the helm charts in
|
|
# python-k8sapp-openstack
|
|
TIS_BASE_SRCREV=8d3452a5e864339101590e542c24c375bb3808fb
|
|
TIS_PATCH_VER=GITREVCOUNT+20
|