-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeployit-manifest.xml
26 lines (26 loc) · 1.04 KB
/
deployit-manifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<udm.DeploymentPackage version="{{BUILD_NUMBER}}.0.0" application="APP-Z">
<application />
<orchestrator />
<satisfiesReleaseNotes>false</satisfiesReleaseNotes>
<satisfiesPerformanceTested>false</satisfiesPerformanceTested>
<deployables>
<k8s.ResourcesFile name="APP-Z" file="petclinic.yaml/k8s.yaml">
<tags />
<scanPlaceholders>true</scanPlaceholders>
<preScannedPlaceholders>true</preScannedPlaceholders>
<placeholders>
</placeholders>
<delimiters>{{ }}</delimiters>
<checksum>5c67654cfd55aa835c1abc1601fa5fe403d8fbfc7f02ff305b5e068756e850d0</checksum>
<mergePatchType>strategic</mergePatchType>
<propagationPolicy>Foreground</propagationPolicy>
<updateMethod>patch</updateMethod>
</k8s.ResourcesFile>
</deployables>
<applicationDependencies />
<dependencyResolution>LATEST</dependencyResolution>
<undeployDependencies>false</undeployDependencies>
<templates />
<boundTemplates />
</udm.DeploymentPackage>