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
|
||||
kind: Application
|
||||
metadata:
|
||||
@@ -20,7 +6,7 @@ metadata:
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://gitlab.com/infrastructure-as-code5/infrastructure.git
|
||||
repoURL: https://github.com/DeveloperDurp/homelab.git
|
||||
targetRevision: main
|
||||
path: argocd/argocd
|
||||
directory:
|
||||
|
||||
Reference in New Issue
Block a user