mirror of
https://github.com/wahyd4/home-argocd.git
synced 2026-08-09 05:06:20 +10:00
Only retry once
This commit is contained in:
@@ -16,3 +16,5 @@ spec:
|
||||
destination:
|
||||
server: https://192.168.1.2:6443
|
||||
namespace: default
|
||||
retry:
|
||||
limit: 1
|
||||
|
||||
@@ -13,6 +13,7 @@ spec:
|
||||
helm:
|
||||
releaseName: bitwarden
|
||||
# valueFiles: ['bitwarden-values.yaml']
|
||||
# https://github.com/dani-garcia/vaultwarden
|
||||
values: |
|
||||
image:
|
||||
repository: ghcr.io/dani-garcia/vaultwarden
|
||||
|
||||
@@ -16,3 +16,5 @@ spec:
|
||||
destination:
|
||||
server: https://192.168.1.2:6443
|
||||
namespace: db
|
||||
retry:
|
||||
limit: 1
|
||||
|
||||
@@ -16,3 +16,5 @@ spec:
|
||||
destination:
|
||||
server: https://192.168.1.2:6443
|
||||
namespace: home-apps
|
||||
retry:
|
||||
limit: 1
|
||||
|
||||
@@ -14,3 +14,5 @@ spec:
|
||||
destination:
|
||||
server: https://192.168.1.2:6443
|
||||
namespace: home-apps
|
||||
retry:
|
||||
limit: 1
|
||||
|
||||
@@ -16,3 +16,5 @@ spec:
|
||||
destination:
|
||||
server: https://192.168.1.2:6443
|
||||
namespace: media
|
||||
retry:
|
||||
limit: 1
|
||||
|
||||
Reference in New Issue
Block a user