Skip to content

Commit

Permalink
Fix problem with missing dependencies between Flux manifests in (#1555)
Browse files Browse the repository at this point in the history
  • Loading branch information
devex-sa authored Sep 26, 2024
1 parent b0c8607 commit c15a88b
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions _sub/compute/k8s-shared-manifests/values/shared-manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: shared-manifests
name: shared-manifests-druid-operator
namespace: flux-system
spec:
interval: 1m0s
Expand All @@ -69,5 +69,20 @@ spec:
sourceRef:
kind: GitRepository
name: shared-manifests-git
path: ./infrastructure/${overlay_folder}
path: ./infrastructure/${overlay_folder}/druid-operator
prune: ${prune}
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: shared-manifests-tiny-cluster
namespace: flux-system
spec:
interval: 1m0s
dependsOn:
- name: shared-manifests-druid-operator
sourceRef:
kind: GitRepository
name: shared-manifests-git
path: ./infrastructure/${overlay_folder}/tiny-cluster
prune: ${prune}

0 comments on commit c15a88b

Please sign in to comment.