Skip to content

Commit

Permalink
fix(fluxinstance): move dependsOn to HR
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Jan 12, 2025
1 parent 885d264 commit c45efd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ spec:
remediation:
strategy: rollback
retries: 3
dependsOn:
- name: flux-operator
namespace: flux-system
valuesFrom:
- kind: ConfigMap
name: flux-instance-helm-values
2 changes: 0 additions & 2 deletions kubernetes/apps/flux-system/flux-operator/ks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ spec:
commonMetadata:
labels:
app.kubernetes.io/name: *app
dependsOn:
- name: flux-operator
path: ./kubernetes/apps/flux-system/flux-operator/instance
prune: false # never should be deleted
sourceRef:
Expand Down

0 comments on commit c45efd1

Please sign in to comment.