Skip to content

Commit

Permalink
KAN-222 Update argocd-apps on lettuce (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
choisungwook authored Nov 9, 2024
1 parent 3d67062 commit b9ad6c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ kind: Application
metadata:
name: bootstrap-apps
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
destination:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ applicationsets:
chart: '{{chart}}'
helm:
valueFiles:
- '$values/common_k8s_manifests/argocd_bootstrap/values/{{valueFile}}'
- '$values/backend/springboot_lettuce_connection/manifests/argocd_bootstrap/values/{{valueFile}}'
- repoURL: 'https://github.com/choisungwook/portfolio.git'
targetRevision: master
ref: values
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ kind: Application
metadata:
name: bootstrap-apps
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
destination:
Expand Down

0 comments on commit b9ad6c3

Please sign in to comment.