Skip to content

Commit

Permalink
test: pr
Browse files Browse the repository at this point in the history
  • Loading branch information
cterence committed Jan 19, 2025
1 parent cfcce21 commit 5bfc15a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pr-argo-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Get updated charts
id: updated-charts
run: |
git fetch origin
UPDATED_APPS=$(git diff --name-only origin/main...HEAD | grep '^k8s-apps/' | awk -F'/' '{print $2}' | sort -u)
echo "Updated charts: $UPDATED_APPS"
echo "::set-output name=apps::$UPDATED_APPS"
Expand Down
2 changes: 1 addition & 1 deletion k8s-apps/argocd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ argo-cd:
# paths:
# - /argocd(/|$)(.*)
hostname:
argocd.terence.cloud
argocd.terence.clouds
# - k8s-ingress.snow-delta.ts.net
tls: true
ingressClassName: nginx
Expand Down

0 comments on commit 5bfc15a

Please sign in to comment.