From 2e4e8b0bf985b633a503780324489bb694b5e4ec Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Sat, 27 Jul 2019 14:45:49 +0300 Subject: [PATCH] Make installer work with Kustomize v3 --- kustomize/base/flagger/deployment.yaml | 1 - kustomize/tester/deployment.yaml | 8 -------- kustomize/tester/service.yaml | 2 +- 3 files changed, 1 insertion(+), 10 deletions(-) diff --git a/kustomize/base/flagger/deployment.yaml b/kustomize/base/flagger/deployment.yaml index 17bcc3b2..ab02b0e8 100644 --- a/kustomize/base/flagger/deployment.yaml +++ b/kustomize/base/flagger/deployment.yaml @@ -2,7 +2,6 @@ apiVersion: apps/v1 kind: Deployment metadata: name: flagger - namespace: flagger-system spec: replicas: 1 strategy: diff --git a/kustomize/tester/deployment.yaml b/kustomize/tester/deployment.yaml index 8e7a117f..090785a0 100644 --- a/kustomize/tester/deployment.yaml +++ b/kustomize/tester/deployment.yaml @@ -57,11 +57,3 @@ spec: securityContext: readOnlyRootFilesystem: true runAsUser: 10001 -# volumeMounts: -# - name: tests -# mountPath: /bats -# readOnly: true -# volumes: -# - name: tests -# configMap: -# name: flagger-loadtester-bats \ No newline at end of file diff --git a/kustomize/tester/service.yaml b/kustomize/tester/service.yaml index 772b20af..0093b319 100644 --- a/kustomize/tester/service.yaml +++ b/kustomize/tester/service.yaml @@ -12,4 +12,4 @@ spec: - name: http port: 80 protocol: TCP - targetPort: http \ No newline at end of file + targetPort: http