-
Notifications
You must be signed in to change notification settings - Fork 193
/
Copy pathconfig.yaml
55 lines (55 loc) · 1.08 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
tools:
- name: githubactions
version: 0.0.1
options:
owner: ironcore864
repo: go-hello-http
language:
name: go
version: "1.17"
branch: master
##for python config
#- name: githubactions
# version: 0.0.1
# options:
# owner: lfbdev
# repo: spotipy
# language:
# name: python
# version: "3"
# branch: master
##for nodejs config
#- name: githubactions
# version: 0.0.1
# options:
# owner: lfbdev
# repo: lowdb
# language:
# name: nodejs
# version: "9"
# branch: main
- name: argocd
version: 0.0.1
options:
repo:
name: argo
url: https://argoproj.github.io/argo-helm
chart:
name: argo/argo-cd
release_name: argocd
namespace: argocd
create_namespace: True
- name: argocdapp
version: 0.0.1
options:
app:
name: hello
namespace: argocd
destination:
server: https://kubernetes.default.svc
namespace: default
source:
valuefile: values.yaml
path: charts/go-hello-http
repoURL: https://github.com/ironcore864/openstream-gitops-test.git