Add sync-wave annotation for hardware resources
This commit is contained in:
@@ -3,6 +3,9 @@ kind: Kustomization
|
|||||||
|
|
||||||
namespace: tenant01
|
namespace: tenant01
|
||||||
|
|
||||||
|
commonAnnotations:
|
||||||
|
argocd.argoproj.io/sync-wave: "-1"
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- bmc-secrets.yaml
|
- bmc-secrets.yaml
|
||||||
- bmc.yaml
|
- bmc.yaml
|
||||||
|
|||||||
@@ -2,11 +2,11 @@ apiVersion: argoproj.io/v1alpha1
|
|||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: cluster1-k0s-hcp
|
name: cluster1-k0s-hcp
|
||||||
namespace: argo
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
sources:
|
sources:
|
||||||
- repoURL: ssh://git@git.weystrom.dev:2222/argodent/cluster-templates.git
|
- repoURL: https://git.weystrom.dev/argodent/cluster-templates.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: tinkerbell-k0s-hcp
|
path: tinkerbell-k0s-hcp
|
||||||
helm:
|
helm:
|
||||||
@@ -111,7 +111,7 @@ spec:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
k0s:
|
k0s:
|
||||||
version: v1.33.4+k0s.0
|
version: v1.33.4+k0s.0
|
||||||
- repoURL: ssh://git@git.weystrom.dev:2222/argodent/tenant01.git
|
- repoURL: https://git.weystrom.dev/argodent/tenant01.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: hardware
|
path: hardware
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
Reference in New Issue
Block a user