Skip to content

Commit

Permalink
Fix the profiles loop
Browse files Browse the repository at this point in the history
  • Loading branch information
kayrus authored and Diaphteiros committed Jun 24, 2019
1 parent 9a9b86c commit 8aabff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/gardencontent/profiles/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ utilities: (( &temporary ))
plugins:
- kubectl

kubectl: (( sum[landscape.profiles || []|[]|s,v|->utilities.profile.create(v.type,v.name,v.config || {})] ))
kubectl: (( sum[landscape.profiles || []|[]|s,v|->s utilities.profile.create(v.type,v.name,v.config || {})] ))


0 comments on commit 8aabff3

Please sign in to comment.