Update roles/k3s/argocd/templates/apps.yaml
This commit is contained in:
@@ -1,17 +1,3 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: Secret
|
|
||||||
metadata:
|
|
||||||
name: test-app
|
|
||||||
namespace: argocd
|
|
||||||
labels:
|
|
||||||
argocd.argoproj.io/secret-type: repository
|
|
||||||
stringData:
|
|
||||||
url: https://gitlab.com/infrastructure-as-code5/infrastructure.git
|
|
||||||
password: 3p4MGtXAk3sYwQDDXQrp
|
|
||||||
username: gitlab+deploy-token-957909
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
@@ -20,7 +6,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: https://gitlab.com/infrastructure-as-code5/infrastructure.git
|
repoURL: https://github.com/DeveloperDurp/homelab.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: argocd/argocd
|
path: argocd/argocd
|
||||||
directory:
|
directory:
|
||||||
|
|||||||
Reference in New Issue
Block a user