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