Skip to content

Commit 143e1b5

Browse files
committed
chore(gitlab-operator): test removing prefix
ref: #5
1 parent c87daf4 commit 143e1b5

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

manifests/gitlab-operator/base/kustomization.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
77
kind: Kustomization
88

99

10-
namePrefix: gitlab-runner-
10+
# namePrefix: gitlab-runner-
1111

1212

1313
labels:
@@ -64,20 +64,20 @@ patches:
6464
- path: |-
6565
https://gitlab.com/gitlab-org/gl-openshift/gitlab-runner-operator/-/raw/160ee6bf2ad4e05d0e673d0652cc47bd6100ddec/config/manager/auth_proxy_patch.yaml
6666
67-
# Operator only has arch AMD64
68-
- patch: |-
69-
- op: replace
70-
path: /spec/template/spec/affinity
71-
value:
72-
nodeAffinity:
73-
requiredDuringSchedulingIgnoredDuringExecution:
74-
nodeSelectorTerms:
75-
- matchExpressions:
76-
- key: kubernetes.io/arch
77-
operator: In
78-
values:
79-
- amd64
80-
target:
81-
kind: Deployment
82-
name: controller-manager
83-
version: v1
67+
# # Operator only has arch AMD64
68+
# - patch: |-
69+
# - op: replace
70+
# path: /spec/template/spec/affinity
71+
# value:
72+
# nodeAffinity:
73+
# requiredDuringSchedulingIgnoredDuringExecution:
74+
# nodeSelectorTerms:
75+
# - matchExpressions:
76+
# - key: kubernetes.io/arch
77+
# operator: In
78+
# values:
79+
# - amd64
80+
# target:
81+
# kind: Deployment
82+
# name: controller-manager
83+
# version: v1

0 commit comments

Comments
 (0)