
This change provides the code required for dynamic helm overrides based on deployment type and restricts the ptp-notification app to its supported namespace. Further updates to ptp_notification.py will be made to provide the exact overrides available, but the framework is established here. Story: 2008529 Task: 41671 Depends-On: https://review.opendev.org/c/starlingx/config/+/772123 Signed-off-by: Cole Walker <cole.walker@windriver.com> Change-Id: I3ea3b70506081552160f6d1f234741b4c23e6d73
9 lines
299 B
Plaintext
9 lines
299 B
Plaintext
SRC_DIR="k8sapp_ptp_notification"
|
|
|
|
OPT_DEP_LIST="$STX_BASE/ptp-notification-armada-app/stx-ptp-notification-helm"
|
|
|
|
# Keep the SRCREV in sync with stx-vault-helm so the app version is the
|
|
# same as the plugin version
|
|
|
|
TIS_BASE_SRCREV=c525a7fe479103bc316792c11b5289ebcca8a2a7
|
|
TIS_PATCH_VER=GITREVCOUNT |