Skip to content

Commit

Permalink
Fix misplaced dependsOn property for KNative (#113)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Lembiyeuski <[email protected]>
  • Loading branch information
mesosphere-mergebot authored Dec 21, 2021
1 parent cc40cff commit b9eae7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions services/knative/0.18.3/knative-serving.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ kind: HelmRelease
metadata:
name: knative
namespace: ${releaseNamespace}
spec:
dependsOn:
- name: istio
namespace: ${releaseNamespace}

spec:
chart:
spec:
chart: knative
Expand Down

0 comments on commit b9eae7c

Please sign in to comment.