Updated remote workshop cluster details

This commit is contained in:
Mani Marothu 2024-09-24 10:12:00 -07:00
parent c1dfbf2673
commit 24a5cc0cbc
3 changed files with 5 additions and 3 deletions

View file

@ -467,6 +467,7 @@ spec:
deploy_repo={{inputs.parameters.deploy-repo}} &&
service_name={{inputs.parameters.service-name}} &&
echo "serviceName: $service_name" > cd-test.yaml &&
echo "k8sServer: workshop-cluster" >> cd-test.yaml &&
echo "envList: " >> cd-test.yaml &&
for env in $(yq -r '.envs[].name' /workdir/$service_name-deploy/provisioner.yaml); do
echo "*** Creating ${env} Argo CD App ***"

View file

@ -79,7 +79,7 @@ spec:
enum:
- gitea
artifactoryCredentialPath:
title: Artifact Store Credentials Path
title: Artifactory Store Credentials Path
type: string
default: /team1/artifactory
githubCrdes:
@ -117,9 +117,9 @@ spec:
clusterName:
title: Cluster Name
type: string
default: remote-eks
default: workshop-cluster
enum:
- 'remote-eks'
- 'workshop-cluster'
steps:
- id: deploy-template

View file

@ -1,6 +1,7 @@
serviceName: demo-app01
project: default
namespace: argocd
k8sServer: https://kubernetes.default.svc
# envList: