diff options
author | Marek SzwaĆkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2020-09-02 12:48:47 +0000 |
---|---|---|
committer | Lukasz Rajewski <lukasz.rajewski@orange.com> | 2020-09-07 10:19:30 +0200 |
commit | 836be777835eb05be1a62b98a9e1f5860623d7b2 (patch) | |
tree | 9cd2057fa544719ae648a0b757e7869dfde95774 /ms/blueprintsprocessor/functions/pom.xml | |
parent | 953b78a4c0c36d31c944baf93db4ae3d8584d232 (diff) |
Add k8s-upload-profile node type and logic.
Issue-ID: CCSDK-2630
Change-Id: Icd50ab98503a2c2259c56ced20976579afefd7fc
Signed-off-by: Marek SzwaĆkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
Diffstat (limited to 'ms/blueprintsprocessor/functions/pom.xml')
-rwxr-xr-x | ms/blueprintsprocessor/functions/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/functions/pom.xml b/ms/blueprintsprocessor/functions/pom.xml index 4d417f38b..4d886de39 100755 --- a/ms/blueprintsprocessor/functions/pom.xml +++ b/ms/blueprintsprocessor/functions/pom.xml @@ -42,6 +42,7 @@ <module>cli-executor</module> <module>config-snapshots</module> <module>message-prioritizaion</module> + <module>k8s-profile-upload</module> </modules> <dependencies> |