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