Skip to content

Commit

Permalink
[ansible] container kubectl property => parameter (#2000)
Browse files Browse the repository at this point in the history
Merged PR #2000.
  • Loading branch information
rambleraptor authored and modular-magician committed Jul 2, 2019
1 parent 501dcfa commit 5920568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/ansible
2 changes: 1 addition & 1 deletion products/container/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ objects:
name: 'location'
description: 'The location where the cluster is deployed'
required: true
properties:
- !ruby/object:Api::Type::String
name: 'kubectlPath'
description: |
Expand All @@ -70,6 +69,7 @@ objects:
- !ruby/object:Api::Type::String
name: 'kubectlContext'
description: 'The name of the context for the kubectl config file. Will default to the cluster name'
properties:
- !ruby/object:Api::Type::String
name: 'name'
description: |
Expand Down

0 comments on commit 5920568

Please sign in to comment.