Skip to content

Commit

Permalink
feat: repository standardisation and overhaul (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramizpolic authored Jul 11, 2023
1 parent dfa4565 commit 1510f54
Show file tree
Hide file tree
Showing 58 changed files with 1,644 additions and 707 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ jobs:
- name: Acceptance test
run: nix develop --impure .#ci -c make test-acceptance
env:
VAULT_VERSION: ${{ matrix.vault_version }}
OPERATOR_VERSION: ${{ needs.artifacts.outputs.container-image-tag }}
TEST_VAULT_VERSION: ${{ matrix.vault_version }}
TEST_OPERATOR_VERSION: ${{ needs.artifacts.outputs.container-image-tag }}
HELM_CHART: "${{ github.workspace }}/${{ needs.artifacts.outputs.helm-chart-package }}"

multi-cluster-acceptance-test:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN go mod download

COPY . .

RUN go build -o /usr/local/bin/vault-operator ./cmd/manager/
RUN go build -o /usr/local/bin/vault-operator ./cmd/
RUN xx-verify /usr/local/bin/vault-operator


Expand Down
Loading

0 comments on commit 1510f54

Please sign in to comment.