You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
377 B
18 lines
377 B
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- https://git.cloudsolutions.com.sa/Ishrath.Ahamed/CENTRAL-BASE-REPO/cssd/csi-cssd-ui
|
|
|
|
replicas:
|
|
- name: csi-cssd-ui
|
|
count: 1
|
|
|
|
|
|
images:
|
|
- name: registry.cloudsolutions.com.sa/vida-qa/csi-cssd-ui
|
|
newName: registry.cloudsolutions.com.sa/qa/csi-cssd-ui
|
|
newTag: V4.0.0724-196_qa
|
|
|
|
|
|
namespace: csi-uat
|