Updated remote workshop cluster details
This commit is contained in:
parent
c1dfbf2673
commit
24a5cc0cbc
3 changed files with 5 additions and 3 deletions
|
|
@ -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 ***"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
serviceName: demo-app01
|
||||
project: default
|
||||
namespace: argocd
|
||||
|
||||
k8sServer: https://kubernetes.default.svc
|
||||
|
||||
# envList:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue