diff --git a/.deploy/cicd/onboarding-post-renderer.sh b/.deploy/cicd/onboarding-post-renderer.sh index a41ca1df..99d1a330 100644 --- a/.deploy/cicd/onboarding-post-renderer.sh +++ b/.deploy/cicd/onboarding-post-renderer.sh @@ -16,7 +16,7 @@ mkdir ${TMP_DIR} cat <&0 > ${TMP_DIR}/${PROJECT_YAML} helm template --set-string elCicdDefs.PROJECT_ID=${PROJECT_ID},elCicdDefs.TEAM_ID=${TEAM_ID} \ - -f onboarding-kustomization.yaml project-labels \ + -f onboarding-kustomization.yaml project-labels \ ${elcicd_EL_CICD_HELM_OCI_REGISTRY}/elcicd-chart | sed -E '/^#|^---/d' > ${TMP_DIR}/kustomization.yaml kustomize build ${TMP_DIR} \ No newline at end of file diff --git a/vars/el.groovy b/vars/el.groovy index a5160854..f83a5e5a 100644 --- a/vars/el.groovy +++ b/vars/el.groovy @@ -76,7 +76,7 @@ def node(Map args, Closure body) { cloud: 'openshift', idleMinutes: "${args.isTest ? '0' : el.cicd.JENKINS_AGENT_MEMORY_IDLE_MINUTES}", namespace: agentNamespace, - nodeSelector: "${el.cicd.JENKINS_AGENT_NODE_SELECETOR}", + nodeSelector: "${el.cicd.JENKINS_AGENT_NODE_SELECTOR}", showRawYaml: true, yaml: """ spec: @@ -96,7 +96,7 @@ def node(Map args, Closure body) { envFrom: - configMapRef: name: ${el.cicd.EL_CICD_META_INFO_NAME} - prefix: elcicd_ + prefix: elcicd_ volumeMounts: - mountPath: /home/jenkins/agent name: agent-home-volume