Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set User agent for csi #10

Merged
merged 3 commits into from
Oct 3, 2022
Merged

Set User agent for csi #10

merged 3 commits into from
Oct 3, 2022

Conversation

haardikdharma10
Copy link
Contributor

Description

Set User Agent for CSI

Dockerfile Outdated
@@ -15,7 +17,7 @@ RUN go mod verify
RUN find .

# Build the binary.
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -o /app/civo-csi
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -X github.com/civo/civo-csi/driver.CSIVersion=${csi_version} -o /app/civo-csi
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How is this variable being injected during a non-dev push?

@haardikdharma10 haardikdharma10 merged commit ca7542c into master Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants