Skip to content

Commit

Permalink
use default artifactRepository
Browse files Browse the repository at this point in the history
  • Loading branch information
aarnaud committed Mar 28, 2024
1 parent b25f4ae commit 78f215b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .argo/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,16 @@ spec:
{ "name": "unifiac", "target": "unifiac", "artifact": "bin/targets/ath79/generic/openwrt-ath79-generic-ubnt_unifiac-pro-squashfs-sysupgrade.bin" },
{ "name": "x86", "target": "x86", "artifact": "bin/targets/x86/64/openwrt-x86-64-generic-ext4-combined-efi.img.gz" }
]
podGC:
strategy: OnPodSuccess
deleteDelayDuration: 600s
ttlStrategy:
secondsAfterSuccess: 1209600
secondsAfterFailure: 1209600
archiveLogs: true
artifactRepositoryRef:
configMap: artifact-repositories
key: minio-repository
#artifactRepositoryRef:
# configMap: artifact-repositories
# key: minio-repository
templates:
- name: entrypoint
inputs:
Expand Down Expand Up @@ -253,4 +255,4 @@ spec:
value: "{{inputs.parameters.gh-repo}}"
volumeMounts:
- name: workdir
mountPath: /mnt
mountPath: /mnt

0 comments on commit 78f215b

Please sign in to comment.