@@ -3,18 +3,15 @@ namespace: kube-system
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
|
||||
namePrefix: monitor-
|
||||
namePrefix: demo-
|
||||
|
||||
commonLabels:
|
||||
app: monitor
|
||||
app: demo
|
||||
|
||||
resources:
|
||||
- rbac/service_account.yaml
|
||||
- rbac/role.yaml
|
||||
- rbac/leader_election_role.yaml
|
||||
- rbac/role_binding.yaml
|
||||
- webhook/manifests.yaml
|
||||
- webhook/service.yaml
|
||||
- deployment.yaml
|
||||
|
||||
patchesStrategicMerge:
|
||||
@@ -27,5 +24,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
images:
|
||||
- name: controller
|
||||
newName: localhost:5000/monitor
|
||||
newName: localhost:5000/demo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user