File tree Expand file tree Collapse file tree 5 files changed +16
-4
lines changed Expand file tree Collapse file tree 5 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 6060 maxReplicas : 16
6161
6262 # runnerScaleSetName: deploy
63- runnerVersion : " 0.9.3"
6463
6564 serviceAccount :
6665 create : true
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ apiVersion: v1
33kind : Namespace
44metadata :
55 name : cicd
6+ annotations :
7+ kustomize.toolkit.fluxcd.io/prune : disabled
68 labels :
79 pod-security.kubernetes.io/enforce : privileged
810 pod-security.kubernetes.io/audit : baseline
Original file line number Diff line number Diff line change 1212
1313 maxHistory : 2
1414 driftDetection :
15- mode : enabled
15+ mode : warn
1616
1717 chart :
1818 spec :
3535 valuesFrom :
3636 - kind : Secret
3737 name : github-actions-runner-helm-values
38- optional : true
38+
3939 values :
4040 image :
4141 repository : ghcr.io/sergelogvinov/github-actions-runner
5252
5353 # runnerGroup: ""
5454 runnerScaleSetName : Builder
55- runnerVersion : " 0.10.1"
5655
5756 githubConfigUrl : https://github.com/sergelogvinov/containers
5857
Original file line number Diff line number Diff line change @@ -324,6 +324,8 @@ spec:
324324 securityContext :
325325 privileged : true
326326 volumeMounts :
327+ - mountPath : /sys
328+ name : sys
327329 - mountPath : /csi
328330 name : plugin-dir
329331 - mountPath : /var/lib/kubelet
@@ -376,6 +378,10 @@ spec:
376378 key : node.kubernetes.io/unschedulable
377379 operator : Exists
378380 volumes :
381+ - hostPath :
382+ path : /sys
383+ type : Directory
384+ name : sys
379385 - hostPath :
380386 path : /var/lib/kubelet/plugins_registry/
381387 type : DirectoryOrCreate
Original file line number Diff line number Diff line change @@ -136,6 +136,8 @@ patches:
136136 name: fss-driver-mounts
137137 mountPath: /sbin/mount
138138 subPath: mount
139+ - name: sys
140+ mountPath: /sys
139141 nodeSelector:
140142 node.cloudprovider.kubernetes.io/platform: oracle
141143 tolerations:
@@ -155,5 +157,9 @@ patches:
155157 defaultMode: 493
156158 name: oci-fss-csi
157159 name: fss-driver-mounts
160+ - name: sys
161+ hostPath:
162+ path: /sys
163+ type: Directory
158164 target:
159165 kind: DaemonSet
You can’t perform that action at this time.
0 commit comments