Skip to content

Commit

Permalink
feat: use samba fork
Browse files Browse the repository at this point in the history
  • Loading branch information
tiferrei committed Jan 21, 2024
1 parent 7e9432c commit df03d3b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
9 changes: 9 additions & 0 deletions config/manager-full/auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ metadata:
spec:
template:
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:

Check failure on line 15 in config/manager-full/auth_proxy_patch.yaml

View workflow job for this annotation

GitHub Actions / check

15:13 [indentation] wrong indentation: expected 14 but found 12
- key: beta.kubernetes.io/arch

Check failure on line 16 in config/manager-full/auth_proxy_patch.yaml

View workflow job for this annotation

GitHub Actions / check

16:15 [indentation] wrong indentation: expected 16 but found 14
operator: In
values:
- amd64

Check failure on line 19 in config/manager-full/auth_proxy_patch.yaml

View workflow job for this annotation

GitHub Actions / check

19:17 [indentation] wrong indentation: expected 18 but found 16
containers:
- name: kube-rbac-proxy
# this is apparently the same code as
Expand Down
16 changes: 8 additions & 8 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ spec:
kubectl.kubernetes.io/default-container: manager
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: beta.kubernetes.io/arch
operator: In
values:
- amd64
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:

Check failure on line 38 in config/manager/manager.yaml

View workflow job for this annotation

GitHub Actions / check

38:13 [indentation] wrong indentation: expected 14 but found 12
- key: beta.kubernetes.io/arch

Check failure on line 39 in config/manager/manager.yaml

View workflow job for this annotation

GitHub Actions / check

39:15 [indentation] wrong indentation: expected 16 but found 14
operator: In
values:
- amd64

Check failure on line 42 in config/manager/manager.yaml

View workflow job for this annotation

GitHub Actions / check

42:17 [indentation] wrong indentation: expected 18 but found 16
containers:
- command:
- /manager
Expand Down

0 comments on commit df03d3b

Please sign in to comment.