Skip to content

Commit

Permalink
Change appset labels to prevent conflict with originals currently run…
Browse files Browse the repository at this point in the history
…ning
  • Loading branch information
aajimal committed Aug 28, 2024
1 parent 4f91e5c commit 8a9cdf1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
24 changes: 13 additions & 11 deletions dev/argocd/preview-appsets/rollup.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
name: pr-rollup
name: pr-preview-rollup
namespace: argocd
spec:
generators:
- pullRequest:
github:
labels:
- demo
- preview
# - demo
- evm
- docker-build
owner: astriaorg
Expand All @@ -35,15 +36,16 @@ spec:
valueFiles:
- ../../dev/values/rollup/dev.yaml
valuesObject:
storage:
enabled: true
local: false
entities:
rollupSharedStorage:
size: "1Gi"
storageClassName: standard-rwo
persistentVolumeName: "rollup-shared-storage"
path: "/data/rollup-data"
config:
storage:
enabled: true
local: false
entities:
rollupSharedStorage:
size: "1Gi"
storageClassName: standard-rwo
persistentVolumeName: "rollup-shared-storage"
path: "/data/rollup-data"
parameters:
- name: global.namespaceOverride
value: pr-{{.number}}
Expand Down
5 changes: 3 additions & 2 deletions dev/argocd/preview-appsets/sequencer.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
name: pr-sequencer-0
name: pr-preview-sequencer-0
namespace: argocd
spec:
generators:
- pullRequest:
github:
labels:
- demo
- preview
# - demo
- sequencer
- docker-build
owner: astriaorg
Expand Down

0 comments on commit 8a9cdf1

Please sign in to comment.