Skip to content

Commit ffccb9a

Browse files
author
Bhautik Vala
committed
[patch] Change PVC name in aiservice install pipelinerun
1 parent a2e4437 commit ffccb9a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -574,32 +574,32 @@ spec:
574574
# -------------------------------------------------------------------------
575575
- name: shared-configs
576576
persistentVolumeClaim:
577-
claimName: config-pvc-aiservice
577+
claimName: config-pvc
578578

579579
# User-provided configurations
580580
# -------------------------------------------------------------------------
581581
# Any pre-generated configs that will be copied into the
582582
# shared-config during install-suite
583583
- name: shared-additional-configs
584584
secret:
585-
secretName: pipeline-additional-configs-aiservice
585+
secretName: pipeline-additional-configs
586586

587587
# SLS entitlement
588588
# -------------------------------------------------------------------------
589589
# The SLS entitlement key file that will be installed
590590
# during install-sls
591591
- name: shared-entitlement
592592
secret:
593-
secretName: pipeline-sls-entitlement-aiservice
593+
secretName: pipeline-sls-entitlement
594594

595595
# PodTemplates configurations
596596
# -------------------------------------------------------------------------
597597
- name: shared-pod-templates
598598
secret:
599-
secretName: pipeline-pod-templates-aiservice
599+
secretName: pipeline-pod-templates
600600

601601
# Certificates configurations
602602
# -------------------------------------------------------------------------
603603
- name: shared-certificates
604604
secret:
605-
secretName: pipeline-certificates-aiservice
605+
secretName: pipeline-certificates

0 commit comments

Comments
 (0)