Skip to content

Commit

Permalink
Merge pull request #417 from fhemberger/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke authored Nov 13, 2023
2 parents a2cfe05 + 9db956a commit 5f87e40
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 5f87e40

Please sign in to comment.