Files
undercloud-infrastructure/argocd/repo.yaml
2025-08-15 18:07:55 +02:00

27 lines
709 B
YAML

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://build-node.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://build-node.undercloud.local/Undercloud/k8s-apps.git
# Mets "true" si HTTP clair ou certificat non fiable
insecure: "true"