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 적용:
```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