Commit 23cf3b1 1 parent d2b9083 commit 23cf3b1 Copy full SHA for 23cf3b1
File tree 2 files changed +5
-5
lines changed
dev/argocd/pr-preview-envs
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
apiVersion : argoproj.io/v1alpha1
3
3
kind : ApplicationSet
4
4
metadata :
5
- name : pr -preview-rollup
5
+ name : demo -preview-rollup
6
6
namespace : argocd
7
7
spec :
8
8
# Ref: https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/GoTemplate/
30
30
secretName : github-pat
31
31
labels :
32
32
# All of the following labels are required to be set on the PR for the app to be created
33
- - preview
33
+ - demo
34
34
- evm
35
35
- docker-build
36
36
requeueAfterSeconds : 60
Original file line number Diff line number Diff line change 2
2
apiVersion : argoproj.io/v1alpha1
3
3
kind : ApplicationSet
4
4
metadata :
5
- name : pr -preview-sequencer-0
5
+ name : demo -preview-sequencer
6
6
namespace : argocd
7
7
spec :
8
8
# Ref: https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/GoTemplate/
30
30
secretName : github-pat
31
31
labels :
32
32
# ALL of the following labels are required to be set on the PR for the app to be created
33
- - preview
34
- - evm
33
+ - demo
34
+ - sequencer
35
35
- docker-build
36
36
requeueAfterSeconds : 60
37
37
template :
You can’t perform that action at this time.
0 commit comments