2025-05-06 14:31:38 +00:00
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
|
|
|
metadata:
|
|
|
|
name: storageclass
|
|
|
|
namespace: argocd
|
|
|
|
labels:
|
|
|
|
example: otc
|
|
|
|
finalizers:
|
|
|
|
- resources-finalizer.argocd.argoproj.io
|
|
|
|
spec:
|
|
|
|
destination:
|
|
|
|
namespace: default
|
|
|
|
server: "https://kubernetes.default.svc"
|
|
|
|
source:
|
|
|
|
repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}}
|
|
|
|
targetRevision: HEAD
|
|
|
|
path: "{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/otc/storageclass"
|
|
|
|
project: default
|
|
|
|
syncPolicy:
|
|
|
|
automated:
|
|
|
|
selfHeal: true
|
|
|
|
syncOptions:
|
|
|
|
- CreateNamespace=true
|
2025-05-20 14:21:55 +00:00
|
|
|
retry:
|
|
|
|
limit: -1
|