Change namespace name

This commit is contained in:
Moto Ishizawa 2020-02-02 19:51:21 +09:00
parent 2f69329fce
commit c6a591d3fe
2 changed files with 6 additions and 6 deletions

View File

@ -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:

View File

@ -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