ssh
This commit is contained in:
parent
547fbc1f4e
commit
a3cba0cf81
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ metadata:
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
type: git
|
type: git
|
||||||
url: git@repobase.net:j/home-server-private.git
|
url: ssh://git@repobase.net:j/home-server-private.git
|
||||||
secretRef:
|
secretRef:
|
||||||
name: home-server-ssh-secret
|
name: home-server-ssh-secret
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: git@repobase.net:j/home-server-private.git
|
repoURL: ssh://git@repobase.net:j/home-server-private.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: deployments
|
path: deployments
|
||||||
destination:
|
destination:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue