diff --git a/application.yaml b/application.yaml deleted file mode 100644 index a0c503d..0000000 --- a/application.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: example-app-argo-application - namespace: argocd -spec: - project: default - - source: - repoURL: oci://nexus-repo-nexus-repository-manager.default.svc.cluster.local:8081/repository/my-helm-repo - chart: example-app - targetRevision: HEAD - helm: - valueFiles: - - values.yaml - destination: - server: https://kubernetes.default.svc.cluster.local:443 - namespace: example-app - - syncPolicy: - syncOptions: - - CreateNamespace=true - - automated: - selfHeal: true - prune: true diff --git a/application2.yaml b/application2.yaml deleted file mode 100644 index 2b503e5..0000000 --- a/application2.yaml +++ /dev/null @@ -1,25 +0,0 @@ -project: default -source: - repoURL: >- - http://nexus-repo-nexus-repository-manager.default.svc.cluster.local:8081/repository/my-helm-repo/ - targetRevision: '*' - helm: - valueFiles: - - values.yaml - parameters: - - name: app.env.QUARKUS_DATASOURCE_PASSWORD - value: testpass - - name: app.env.QUARKUS_DATASOURCE_USERNAME - value: admin - - name: app.ports.http - value: '8095' - chart: example-app -destination: - server: https://kubernetes.default.svc - namespace: example-app -syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true \ No newline at end of file