Add variable for deploying applicationset
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
1. ApplicationSet 적용:
|
||||
```bash
|
||||
kubectl apply -f argocd-solutions/applicationset/kubeflow-applicationset.yaml
|
||||
kubectl apply -f dip/applicationset/kubeflow-applicationset.yaml
|
||||
```
|
||||
|
||||
2. ArgoCD UI에서 배포 상태 확인:
|
||||
|
||||
@@ -33,8 +33,8 @@ spec:
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://gitea.example.org/dip/tenant-catalog
|
||||
targetRevision: kubeflow/v1.10.0
|
||||
repoURL: $GIT_REPO_URL
|
||||
targetRevision: $TAG
|
||||
path: '{{path}}'
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
|
||||
Reference in New Issue
Block a user