Files
undercloud-infrastructure/argocd/repo.yaml
2025-08-10 14:16:18 +02:00

14 lines
338 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: repo-build-node
namespace: argocd
labels:
argocd.argoproj.io/secret-type: repository
type: Opaque
stringData:
# URL de ton dépôt Git
url: http://build-node.undercloud.local:3000/undercloud/k8aux-apps.git
# Mets "true" si HTTP clair ou certificat non fiable
insecure: "true"