From 9c9423d680e4ead0fbcb49f1a65943d4ec9c6a2d Mon Sep 17 00:00:00 2001 From: David Garcia Date: Wed, 8 Jul 2020 16:51:07 +0200 Subject: [PATCH] Fix issue in UI charm Scale policy is only available in stateful pods Change-Id: If632be586851ec21c480cad5e46b72e002b19b99 Signed-off-by: David Garcia --- installers/charm/ui-k8s/reactive/spec_template.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/installers/charm/ui-k8s/reactive/spec_template.yaml b/installers/charm/ui-k8s/reactive/spec_template.yaml index 2bc6f230..b63c2104 100644 --- a/installers/charm/ui-k8s/reactive/spec_template.yaml +++ b/installers/charm/ui-k8s/reactive/spec_template.yaml @@ -12,8 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. version: 2 -service: - scalePolicy: serial containers: - name: %(name)s image: %(docker_image)s -- 2.17.1