Skip to content

Commit

Permalink
fix(docs/argocd-integration): Update binary name of sops release
Browse files Browse the repository at this point in the history
sops produces amd64 and arm64 binary flavors for Linux now.

Signed-off-by: Frederic Hemberger <[email protected]>
  • Loading branch information
fhemberger authored Nov 13, 2023
1 parent a2cfe05 commit 9db956a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ArgoCD Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ RUN curl -fsSL https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kub
-o /usr/local/bin/kubectl && chmod +x /usr/local/bin/kubectl
# sops backend installation (optional)
RUN curl -fsSL https://github.com/getsops/sops/releases/download/v${SOPS_VERSION}/sops-v${SOPS_VERSION}.linux \
RUN curl -fsSL https://github.com/getsops/sops/releases/download/v${SOPS_VERSION}/sops-v${SOPS_VERSION}.linux.amd64 \
-o /usr/local/bin/sops && chmod +x /usr/local/bin/sops
# vals backend installation (optional)
Expand Down

0 comments on commit 9db956a

Please sign in to comment.