From 84fb1275ba6e47f93f3f6a521aaeeb28a17a9411 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 2 Sep 2025 20:35:36 +0200 Subject: [PATCH] commit --- argocd/apps.yaml | 54 +++++++++++++++++++++++++++++++++++------------- 1 file changed, 40 insertions(+), 14 deletions(-) diff --git a/argocd/apps.yaml b/argocd/apps.yaml index 26f2541..fc1cf0b 100644 --- a/argocd/apps.yaml +++ b/argocd/apps.yaml @@ -1,16 +1,42 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application +#apiVersion: v1 +#kind: Secret +#metadata: +# name: build-node-undercloud-infrastructure +# namespace: argocd +# labels: +# argocd.argoproj.io/secret-type: repository +#type: Opaque +#stringData: +# # URL de ton dépôt Git +# url: https://git.undercloud.local/Undercloud/undercloud-infrastructure.git +# # Mets "true" si HTTP clair ou certificat non fiable +# insecure: "true" +#--- +#apiVersion: v1 +#kind: Secret +#metadata: +# name: build-node-k8s-apps +# namespace: argocd +# labels: +# argocd.argoproj.io/secret-type: repository +#type: Opaque +#stringData: +# # URL de ton dépôt Git +# url: https://git.undercloud.local/Undercloud/k8s-apps.git +# # Mets "true" si HTTP clair ou certificat non fiable +# insecure: "true" +#--- +apiVersion: v1 +kind: Secret metadata: - name: app-of-apps + name: gitea-k8s-apps namespace: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - destination: - namespace: app-of-apps - server: https://kubernetes.default.svc - project: default - source: - path: app-of-apps - repoURL: https://git.undercloud.local/Undercloud/k8s-apps.git - targetRevision: HEAD \ No newline at end of file + labels: + argocd.argoproj.io/secret-type: repository +type: Opaque +stringData: + url: http://gitea.gitea.svc.k8s.undercloud.local:3000 + username: shodan + password: NElzVGhlTWluZEtpbGxlcg== + insecure: "true" # skip TLS verification / allow HTTP + enableLfs: "true" # Git LFS support \ No newline at end of file