Skip to content

Commit 6233c57

Browse files
remove notifications (#23)
1 parent 1a87424 commit 6233c57

File tree

1 file changed

+0
-137
lines changed

1 file changed

+0
-137
lines changed

installer/helm/templates/argo-cd/install.yaml

Lines changed: 0 additions & 137 deletions
Original file line numberDiff line numberDiff line change
@@ -9408,11 +9408,6 @@ metadata:
94089408
---
94099409
apiVersion: v1
94109410
kind: ServiceAccount
9411-
metadata:
9412-
name: argocd-notifications-controller
9413-
---
9414-
apiVersion: v1
9415-
kind: ServiceAccount
94169411
metadata:
94179412
labels:
94189413
app.kubernetes.io/component: redis
@@ -9550,47 +9545,6 @@ rules:
95509545
---
95519546
apiVersion: rbac.authorization.k8s.io/v1
95529547
kind: Role
9553-
metadata:
9554-
name: argocd-notifications-controller
9555-
rules:
9556-
- apiGroups:
9557-
- argoproj.io
9558-
resources:
9559-
- applications
9560-
- appprojects
9561-
verbs:
9562-
- get
9563-
- list
9564-
- watch
9565-
- update
9566-
- patch
9567-
- apiGroups:
9568-
- ""
9569-
resources:
9570-
- configmaps
9571-
- secrets
9572-
verbs:
9573-
- list
9574-
- watch
9575-
- apiGroups:
9576-
- ""
9577-
resourceNames:
9578-
- argocd-notifications-cm
9579-
resources:
9580-
- configmaps
9581-
verbs:
9582-
- get
9583-
- apiGroups:
9584-
- ""
9585-
resourceNames:
9586-
- argocd-notifications-secret
9587-
resources:
9588-
- secrets
9589-
verbs:
9590-
- get
9591-
---
9592-
apiVersion: rbac.authorization.k8s.io/v1
9593-
kind: Role
95949548
metadata:
95959549
labels:
95969550
app.kubernetes.io/component: server
@@ -9749,18 +9703,6 @@ subjects:
97499703
---
97509704
apiVersion: rbac.authorization.k8s.io/v1
97519705
kind: RoleBinding
9752-
metadata:
9753-
name: argocd-notifications-controller
9754-
roleRef:
9755-
apiGroup: rbac.authorization.k8s.io
9756-
kind: Role
9757-
name: argocd-notifications-controller
9758-
subjects:
9759-
- kind: ServiceAccount
9760-
name: argocd-notifications-controller
9761-
---
9762-
apiVersion: rbac.authorization.k8s.io/v1
9763-
kind: RoleBinding
97649706
metadata:
97659707
labels:
97669708
app.kubernetes.io/component: redis
@@ -9868,12 +9810,6 @@ metadata:
98689810
---
98699811
apiVersion: v1
98709812
kind: ConfigMap
9871-
metadata:
9872-
creationTimestamp: null
9873-
name: argocd-notifications-cm
9874-
---
9875-
apiVersion: v1
9876-
kind: ConfigMap
98779813
metadata:
98789814
labels:
98799815
app.kubernetes.io/name: argocd-rbac-cm
@@ -9910,12 +9846,6 @@ metadata:
99109846
---
99119847
apiVersion: v1
99129848
kind: Secret
9913-
metadata:
9914-
name: argocd-notifications-secret
9915-
type: Opaque
9916-
---
9917-
apiVersion: v1
9918-
kind: Secret
99199849
metadata:
99209850
labels:
99219851
app.kubernetes.io/name: argocd-secret
@@ -9984,21 +9914,6 @@ spec:
99849914
---
99859915
apiVersion: v1
99869916
kind: Service
9987-
metadata:
9988-
labels:
9989-
app.kubernetes.io/name: argocd-notifications-controller-metrics
9990-
name: argocd-notifications-controller-metrics
9991-
spec:
9992-
ports:
9993-
- name: metrics
9994-
port: 9001
9995-
protocol: TCP
9996-
targetPort: 9001
9997-
selector:
9998-
app.kubernetes.io/name: argocd-notifications-controller
9999-
---
10000-
apiVersion: v1
10001-
kind: Service
100029917
metadata:
100039918
labels:
100049919
app.kubernetes.io/component: redis
@@ -10198,55 +10113,6 @@ spec:
1019810113
---
1019910114
apiVersion: apps/v1
1020010115
kind: Deployment
10201-
metadata:
10202-
name: argocd-notifications-controller
10203-
spec:
10204-
selector:
10205-
matchLabels:
10206-
app.kubernetes.io/name: argocd-notifications-controller
10207-
strategy:
10208-
type: Recreate
10209-
template:
10210-
metadata:
10211-
labels:
10212-
app.kubernetes.io/name: argocd-notifications-controller
10213-
spec:
10214-
containers:
10215-
- command:
10216-
- argocd-notifications
10217-
image: quay.io/codefresh/argocd:v2.3.4-cap-CR-12110-helm-resources-yaml
10218-
imagePullPolicy: Always
10219-
livenessProbe:
10220-
tcpSocket:
10221-
port: 9001
10222-
name: argocd-notifications-controller
10223-
volumeMounts:
10224-
- mountPath: /app/config/tls
10225-
name: tls-certs
10226-
- mountPath: /app/config/reposerver/tls
10227-
name: argocd-repo-server-tls
10228-
workingDir: /app
10229-
securityContext:
10230-
runAsNonRoot: true
10231-
serviceAccountName: argocd-notifications-controller
10232-
volumes:
10233-
- configMap:
10234-
name: argocd-tls-certs-cm
10235-
name: tls-certs
10236-
- name: argocd-repo-server-tls
10237-
secret:
10238-
items:
10239-
- key: tls.crt
10240-
path: tls.crt
10241-
- key: tls.key
10242-
path: tls.key
10243-
- key: ca.crt
10244-
path: ca.crt
10245-
optional: true
10246-
secretName: argocd-repo-server-tls
10247-
---
10248-
apiVersion: apps/v1
10249-
kind: Deployment
1025010116
metadata:
1025110117
labels:
1025210118
app.kubernetes.io/component: redis
@@ -10999,9 +10865,6 @@ spec:
1099910865
- podSelector:
1100010866
matchLabels:
1100110867
app.kubernetes.io/name: argocd-application-controller
11002-
- podSelector:
11003-
matchLabels:
11004-
app.kubernetes.io/name: argocd-notifications-controller
1100510868
ports:
1100610869
- port: 8081
1100710870
protocol: TCP

0 commit comments

Comments
 (0)