Skip to content

Commit

Permalink
Fix YAML linter warning, add --pull.
Browse files Browse the repository at this point in the history
  • Loading branch information
donatwork committed Jan 29, 2025
1 parent 73fd24c commit 712d6ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion csireverseproxy/manifests/revproxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
- name: X_CSI_REVPROXY_TLS_CERT_DIR
value: /app/tls
- name: X_CSI_REVPROXY_WATCH_NAMESPACE
value: powermax # Change this to the namespace where proxy will be installed
value: powermax # Change this to the namespace where proxy will be installed
volumeMounts:
- name: configmap-volume
mountPath: /etc/config/configmap
Expand Down
2 changes: 1 addition & 1 deletion docker.mk
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ endif
docker: download-csm-common
$(eval include csm-common.mk)
@echo "Building: $(REGISTRY)/$(IMAGENAME):$(IMAGETAG)"
$(BUILDER) build $(NOCACHE) -t "$(REGISTRY)/$(IMAGENAME):$(IMAGETAG)" --target $(BUILDSTAGE) --build-arg GOPROXY --build-arg BASEIMAGE=$(CSM_BASEIMAGE) --build-arg GOIMAGE=$(DEFAULT_GOIMAGE) .
$(BUILDER) build --pull $(NOCACHE) -t "$(REGISTRY)/$(IMAGENAME):$(IMAGETAG)" --target $(BUILDSTAGE) --build-arg GOPROXY --build-arg BASEIMAGE=$(CSM_BASEIMAGE) --build-arg GOIMAGE=$(DEFAULT_GOIMAGE) .

docker-no-cache:
@echo "Building with --no-cache ..."
Expand Down

0 comments on commit 712d6ae

Please sign in to comment.