c494fabfea
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
36 lines
292 B
Plaintext
36 lines
292 B
Plaintext
# Compiled files
|
|
*.py[co]
|
|
*.a
|
|
*.o
|
|
*.so
|
|
|
|
# Sphinx
|
|
_build
|
|
doc/source/api/
|
|
|
|
# Packages/installer info
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
|
|
# Other
|
|
*.DS_Store
|
|
.stestr
|
|
.testrepository
|
|
.tox
|
|
.venv
|
|
.*.swp
|
|
.coverage
|
|
bandit.xml
|
|
cover
|
|
AUTHORS
|
|
ChangeLog
|
|
*.sqlite
|