diff --git a/config.schema.yaml b/config.schema.yaml index 70ea664c..a0032424 100644 --- a/config.schema.yaml +++ b/config.schema.yaml @@ -2,6 +2,7 @@ user: description: "kubernetes username" type: "string" + default: "admin" password: description: "kubernetes password" type: "string" diff --git a/etc/st2packgen/templates/sensor_template.py.jinja b/etc/st2packgen/templates/sensor_template.py.jinja index a9f5e211..6390d733 100644 --- a/etc/st2packgen/templates/sensor_template.py.jinja +++ b/etc/st2packgen/templates/sensor_template.py.jinja @@ -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) - diff --git a/pack.yaml b/pack.yaml index c42551b8..37ea12fc 100755 --- a/pack.yaml +++ b/pack.yaml @@ -6,7 +6,7 @@ keywords: - kubernetes - sensors - thirdpartyresource -version: 0.9.1 +version: 0.9.4 author: Andrew Moore email: andy@impulsed.net contributors: