diff --git a/bootstrap/calibre-application.yaml b/bootstrap/calibre-application.yaml new file mode 100644 index 0000000..c7bdcdb --- /dev/null +++ b/bootstrap/calibre-application.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: calibre + namespace: openshift-gitops + annotations: +spec: + orphanedResources: + warn: false # Disable warning + project: default + destination: + server: https://kubernetes.default.svc + source: + repoURL: https://gitea.apilab.us/cscott/calibre.git + targetRevision: main + path: manifests + syncPolicy: + automated: + prune: true + selfHeal: false + syncOptions: + - CreateNamespace=true + - ApplyOutOfSyncOnly=true + - PruneLast=true diff --git a/deploy.sh b/manifests/deploy.sh similarity index 100% rename from deploy.sh rename to manifests/deploy.sh diff --git a/deployment.yml b/manifests/deployment.yml similarity index 100% rename from deployment.yml rename to manifests/deployment.yml diff --git a/ns.yml b/manifests/ns.yml similarity index 100% rename from ns.yml rename to manifests/ns.yml diff --git a/pvc_books.yml b/manifests/pvc_books.yml similarity index 100% rename from pvc_books.yml rename to manifests/pvc_books.yml diff --git a/pvc_config.yml b/manifests/pvc_config.yml similarity index 100% rename from pvc_config.yml rename to manifests/pvc_config.yml diff --git a/route.yaml b/manifests/route.yaml similarity index 100% rename from route.yaml rename to manifests/route.yaml diff --git a/scc-updates.sh b/manifests/scc-updates.sh similarity index 100% rename from scc-updates.sh rename to manifests/scc-updates.sh diff --git a/service.yaml b/manifests/service.yaml similarity index 100% rename from service.yaml rename to manifests/service.yaml