This commit is contained in:
2025-09-02 19:32:12 +02:00
parent 65b9e46942
commit d20982affb
3 changed files with 116 additions and 90 deletions

View File

@@ -1,17 +1,31 @@
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-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:
@@ -21,7 +35,8 @@ metadata:
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"
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