Skip to content

Commit

Permalink
Merge branch 'master' into release-v0.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Floeder <[email protected]>
  • Loading branch information
ajfloeder committed Aug 22, 2024
2 parents b94a464 + 9c25390 commit 01972f7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# limitations under the License.

# Builder stage for compiling go source code
FROM golang:1.21 as builder
FROM golang:1.21 AS builder

WORKDIR /workspace

Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ resources:
- driver.yaml
- plugin.yaml

#patchesStrategicMerge:
#- plugin_imagepullsecret_patch.yaml
#patches:
#- path: plugin_imagepullsecret_patch.yaml

images:
- name: controller
Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes/overlays/kind/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ patches:
kind: DaemonSet
name: lustre-csi-node
patchesStrategicMerge:
- manager_tolerations_patch.yaml
- path: manager_tolerations_patch.yaml

4 changes: 2 additions & 2 deletions deploy/kubernetes/overlays/rabbit/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
resources:
- ../../base

patchesStrategicMerge:
- manager_tolerations_patch.yaml
patches:
- path: manager_tolerations_patch.yaml

0 comments on commit 01972f7

Please sign in to comment.