From c6a591d3feb85e4ec1ecf0e4c2e9a869e4056c8c Mon Sep 17 00:00:00 2001 From: Moto Ishizawa Date: Sun, 2 Feb 2020 19:51:21 +0900 Subject: [PATCH] Change namespace name --- config/default/kustomization.yaml | 4 ++-- config/manager/manager.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/default/kustomization.yaml b/config/default/kustomization.yaml index 7ae8f8bf..711219a7 100644 --- a/config/default/kustomization.yaml +++ b/config/default/kustomization.yaml @@ -1,12 +1,12 @@ # Adds namespace to all resources. -namespace: actions-runner-controller-system +namespace: actions-runner-system # Value of this field is prepended to the # names of all resources, e.g. a deployment named # "wordpress" becomes "alices-wordpress". # Note that it should also match with the prefix (text before '-') of the namespace # field above. -namePrefix: actions-runner-controller- +#namePrefix: actions-runner-controller- # Labels to add to all resources and selectors. #commonLabels: diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index b6c85a52..243590a0 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -3,7 +3,7 @@ kind: Namespace metadata: labels: control-plane: controller-manager - name: system + name: actions-runner-system --- apiVersion: apps/v1 kind: Deployment @@ -23,12 +23,12 @@ spec: control-plane: controller-manager spec: containers: - - command: + - name: manager + image: controller:latest + command: - /manager args: - --enable-leader-election - image: controller:latest - name: manager resources: limits: cpu: 100m