Skip to content

Commit 0e48169

Browse files
prachiyadavPrachi Yadav
and
Prachi Yadav
authored
commented PVC conf in SubmarinerAgentPod.yaml (#766)
Co-authored-by: Prachi Yadav <pyadav@pyadav-thinkpadt490s.rmtin.csb>
1 parent 297c0bb commit 0e48169

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

jenkinsfiles/SubmarinerAgentPod.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ spec:
3838
requests:
3939
cpu: 2000m
4040
memory: 3Gi
41-
volumeMounts:
42-
- name: skynet-data
43-
mountPath: '/var/skynet-data'
44-
readOnly: false
45-
volumes:
46-
- name: skynet-data
47-
persistentVolumeClaim:
48-
claimName: skynet-workspace
41+
# volumeMounts:
42+
# - name: skynet-data
43+
# mountPath: '/var/skynet-data'
44+
# readOnly: false
45+
# volumes:
46+
# - name: skynet-data
47+
# persistentVolumeClaim:
48+
# claimName: skynet-workspace

jenkinsfiles/aws-gcp-azure.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ podTemplate(yaml: readTrusted('jenkinsfiles/SubmarinerAgentPod.yaml')) {
1414
value: 'aws,gcp,azure,vsphere,osp,aro,rosa', defaultValue: 'aws,gcp,azure', multiSelectDelimiter: ',', type: 'PT_CHECKBOX', visibleItemCount: 7),
1515
booleanParam(name: 'SUBMARINER_GATEWAY_RANDOM', defaultValue: true, description: 'Deploy two submariner gateways on one of the clusters'),
1616
string(name: 'NODE_TO_LABEL_AS_GW', defaultValue: '', description: 'Specify cluster node to be manually labeled as Submariner Gateway'),
17-
credentials(name: 'SUBMARINER_CONFIG', defaultValue: 'acm-2.12-subm-0.19-aws-gcp-azure', description: 'Submariner config for environment deploy',
17+
credentials(name: 'SUBMARINER_CONFIG', defaultValue: 'acm-2.13-subm-0.20-aws-gcp-azure', description: 'Submariner config for environment deploy',
1818
required: true, credentialType: 'org.jenkinsci.plugins.plaincredentials.impl.FileCredentialsImpl')
1919
])
2020
])

0 commit comments

Comments
 (0)