Skip to content

Commit

Permalink
small tidies; pack version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyMoore committed Sep 4, 2018
1 parent 1e98064 commit 8ff51a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions config.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
user:
description: "kubernetes username"
type: "string"
default: "admin"
password:
description: "kubernetes password"
type: "string"
Expand Down
5 changes: 2 additions & 3 deletions etc/st2packgen/templates/sensor_template.py.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ class {{ operationId }}(SensorBase):
config=None,
extension="{{ watchurl }}",
trigger_ref="kubernetes.{{ triggername }}"):
super(
self.__class__,
super( # pylint: disable=bad-super-call
self.__class__, # pylint: disable=bad-super-call
self).__init__(
sensor_service=sensor_service,
config=config,
extension=extension,
trigger_ref=trigger_ref)

2 changes: 1 addition & 1 deletion pack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords:
- kubernetes
- sensors
- thirdpartyresource
version: 0.9.1
version: 0.9.4
author: Andrew Moore
email: andy@impulsed.net
contributors:
Expand Down

0 comments on commit 8ff51a3

Please sign in to comment.