File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
manifests/gitlab-operator/base Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
77kind : Kustomization
88
99
10- namePrefix : gitlab-runner-
10+ # namePrefix: gitlab-runner-
1111
1212
1313labels :
@@ -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
You can’t perform that action at this time.
0 commit comments