Add variable for deploying applicationset

This commit is contained in:
wbsong111
2025-06-25 15:09:31 +09:00
parent 24c017faab
commit 80bd32e54a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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