Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

Commit

Permalink
fix(pr) fix syntax for kind fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorin Hochstein committed Mar 25, 2020
1 parent 196f4e9 commit ab47bc9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions guides/user/managed-delivery/delivery-configs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,21 +130,21 @@ environments:
notifications: # omitted for brevity
constraints: []
resources: # details omitted for brevity
- kind: bakery.spinnaker.netflix.com/image/v1
- kind: bakery/image@v1
# details
- kind: ec2.spinnaker.netflix.com/cluster/v1
- kind: ec2/cluster@v1
# details
- kind: ec2.spinnaker.netflix.com/classic-load-balancer/v1
- kind: ec2/classic-load-balancer@v1
# details
- name: staging
notifications: # omitted for brevity
constraints:
- type: depends-on
environment: testing
resources: # details omitted for brevity
- kind: ec2.spinnaker.netflix.com/cluster/v1
- kind: ec2/cluster@v1
# details
- kind: ec2.spinnaker.netflix.com/classic-load-balancer/v1
- kind: ec2/classic-load-balancer@v1
# details
```

Expand Down

0 comments on commit ab47bc9

Please sign in to comment.