|
53 | 53 | title: ArgoCD Namespace |
54 | 54 | type: string |
55 | 55 | description: The target namespace of the ArgoCD deployment |
56 | | - default: ai-rhdh |
| 56 | + default: openshift-gitops |
57 | 57 | maxLength: 63 |
58 | 58 | argoInstance: |
59 | 59 | title: ArgoCD Instance |
|
71 | 71 | title: Include ArgoCD App Label? |
72 | 72 | type: boolean |
73 | 73 | description: Indicates whether to include a user provided ArgoCD Application Label to set |
| 74 | + default: true |
74 | 75 | modelServer: |
75 | 76 | # SED_DETR_MODEL_SERVER_START |
76 | 77 | title: Model Server |
@@ -114,6 +115,7 @@ spec: |
114 | 115 | title: ArgoCD Application Label |
115 | 116 | type: string |
116 | 117 | description: Define the label RHDH will use to identify the ArgoCD Applications |
| 118 | + default: rolling-demo |
117 | 119 | modelServer: |
118 | 120 | oneOf: |
119 | 121 | # SED_EXISTING_START |
@@ -190,6 +192,7 @@ spec: |
190 | 192 | default: GitHub |
191 | 193 | repoOwner: |
192 | 194 | title: Repository Owner |
| 195 | + default: ai-rolling-demo |
193 | 196 | type: string |
194 | 197 | ui:help: The organization, user or project that this repo will belong to |
195 | 198 | repoName: |
@@ -249,6 +252,7 @@ spec: |
249 | 252 | ui:help: "You can also provide the on-prem registry host, example: quay-tv2pb.apps.cluster-tv2pb.sandbox1194.opentlc.com" |
250 | 253 | imageOrg: |
251 | 254 | title: Image Organization |
| 255 | + default: rhdhpai-rolling-demo |
252 | 256 | type: string |
253 | 257 | description: The organization, user or project that this repo will belong to |
254 | 258 | imageName: |
@@ -404,7 +408,7 @@ spec: |
404 | 408 | appName: ${{ parameters.name }}-gitops # for now just use the component name, since it's single component app |
405 | 409 | description: This is GitOps manifest for ${{ parameters.name }} |
406 | 410 | namespace: ${{ parameters.remoteClusterDeploymentNamespace if parameters.deployArgoCDApplicationOnRemoteCluster else parameters.namespace }} |
407 | | - rhdhNamespace: ai-rhdh |
| 411 | + rhdhNamespace: rolling-demo-ns |
408 | 412 | # example: github.com?owner=<owner>&repo=<srcRepo>, the gitops repo name will be <srcRepo>-gitops |
409 | 413 | repoURL: https://${{ parameters.githubServer if parameters.hostType === 'GitHub' else parameters.gitlabServer }}/${{ parameters.repoOwner }}/${{ parameters.repoName }}-gitops |
410 | 414 | srcRepoURL: https://${{ parameters.githubServer if parameters.hostType === 'GitHub' else parameters.gitlabServer }}/${{ parameters.repoOwner }}/${{ parameters.repoName }} |
@@ -549,7 +553,7 @@ spec: |
549 | 553 | # name set in rhdh config |
550 | 554 | argoInstance: ${{ parameters.argoInstance }} |
551 | 555 | namespace: ${{ parameters.argoNS }} |
552 | | - labelValue: ${{ parameters.argoAppLabel if parameters.includeArgoLabel else '' }} |
| 556 | + labelValue: rolling-demo |
553 | 557 | repoUrl: https://${{ parameters.githubServer if parameters.hostType === 'GitHub' else parameters.gitlabServer }}/${{ parameters.repoOwner }}/${{ parameters.repoName }}-gitops.git |
554 | 558 | path: './app-of-apps' |
555 | 559 | # SED_APP_SUPPORT_START |
|
0 commit comments