-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapplication.yaml
44 lines (40 loc) · 998 Bytes
/
application.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
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: sample-application
namespace: argocd
annotations:
recipients.argocd-notifications.argoproj.io: slack:#general
spec:
project: default
source:
repoURL: https://github.com/hamadakafu/argocd-sample.git
targetRevision: master
path: applications
destination:
namespace: default
server: https://kubernetes.default.svc
syncPolicy:
automated: {}
# ---
# apiVersion: v1
# kind: ConfigMap
# metadata:
# name: argocd-cm
# namespace: argocd
# labels:
# app.kubernetes.io/name: argocd-cm
# app.kubernetes.io/part-of: argocd
# data:
# # v1.3 or later use `repositories` with `type: helm`
# repositories: |
# - type: helm
# url: https://raw.githubusercontent.com/hamadakafu/sample_helm_chart/master
# name: hamadakafu
# usernameSecret:
# name: my-secret
# key: username
# passwordSecret:
# name: my-secret
# key: password
#