Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
0pens0 committed Oct 21, 2024
1 parent 52530ab commit 37eceb7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
TANZU_API_TOKEN: ${{ secrets.API_TOKEN }}
run: |
tanzu login --endpoint ${{ vars.API_ENDPOINT }}
tanzu build config --build-plan-source-type=file --build-plan-source conf/platform-config.yml --containerapp-registry ${{ vars.BUILD_REGISTRY_CONF }}
tanzu build config --build-plan-source-type git --build-plan-source https://github.com/0pens0/spring-metal-gitops.git --containerapp-registry openso/{name}
docker login ${{ vars.REGISTRY }} -u ${{ vars.REGISTRY_USER_NAME }} -p ${{ secrets.RERGISTRY_PASS }}
tanzu build -o .build-output-temp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gitops-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
TANZU_API_TOKEN: ${{ secrets.API_TOKEN }}
run: |
tanzu login --endpoint ${{ vars.API_ENDPOINT }}
tanzu build config --build-plan-source-type=file --build-plan-source conf/platform-config.yml --containerapp-registry ${{ vars.BUILD_REGISTRY_CONF }}
tanzu build config --build-plan-source-type git --build-plan-source https://github.com/0pens0/spring-metal-gitops.git --containerapp-registry openso/{name}
echo ${{ vars.REGISTRY }}
echo ${{ vars.REGISTRY_USER_NAME }}
echo ${{ vars.BUILD_REGISTRY_CONF }}
Expand Down
6 changes: 3 additions & 3 deletions conf/platform-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ spec:
steps:
- namedtask: tanzu-kubernetes-deployment
- namedtask: tanzu-kubernetes-carvel-package
- name: add-route
containerTask:
image: openso/add-http-route-task
# - name: add-route
# containerTask:
# image: openso/add-http-route-task
- description: create kubernetes yaml files for deploying on kubernetes
name: kubernetes-plain
steps:
Expand Down

0 comments on commit 37eceb7

Please sign in to comment.