Skip to content

Commit

Permalink
integrations working e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
aishwaryaprabhat committed Oct 22, 2023
1 parent 27f6a27 commit 395a9ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions infra/argoevents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@ metadata:
spec:
project: default
source:
repoURL: 'https://github.com/argoproj/argo-events'
path: manifests/cluster-install
targetRevision: HEAD
repoURL: 'https://argoproj.github.io/argo-helm'
targetRevision: 2.4.0
helm:
valueFiles:
- values.yaml
parameters:
- name: configs.jetstream.streamConfig.replicas
value: '1'
chart: argo-events
destination:
server: 'https://kubernetes.default.svc'
namespace: argo-events
syncPolicy:
automated:
prune: true
syncOptions:
- CreateNamespace=true
2 changes: 1 addition & 1 deletion infra/useful.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d && echo
kubectl -n argowf exec -it argowf-argo-workflows-server-cc64696d5-dlj8m argo auth token
kubectl -n argowf exec -it $(kubectl get pods -n argowf | grep argo-workflows-server | awk '{print $1}') -- argo auth token

# Kill prior services running on the ports
for port in 9090 8080 9093 8501 5000 2746; do
Expand Down

0 comments on commit 395a9ef

Please sign in to comment.