commit
This commit is contained in:
@@ -1,42 +1,16 @@
|
||||
#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
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: gitea-k8s-apps
|
||||
name: app-of-apps
|
||||
namespace: argocd
|
||||
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
|
||||
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: http://gitea.gitea.svc.k8s.undercloud.local:3000/Undercloud/k8s-apps.git
|
||||
targetRevision: HEAD
|
||||
@@ -1,27 +1,42 @@
|
||||
#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: build-node-undercloud-infrastructure
|
||||
name: gitea-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/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"
|
||||
url: http://gitea.gitea.svc.k8s.undercloud.local:3000/Undercloud/k8s-apps.git
|
||||
username: shodan
|
||||
password: NElzVGhlTWluZEtpbGxlcg==
|
||||
insecure: "true" # skip TLS verification / allow HTTP
|
||||
enableLfs: "true" # Git LFS support
|
||||
|
||||
Reference in New Issue
Block a user