Skip to content

Commit

Permalink
fix: add missing volumes value for pvc config
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonywendt committed Feb 29, 2024
1 parent 62d5276 commit 1731400
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
uses: defenseunicorns/setup-zarf@main
with:
# renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver
version: v0.32.1
version: v0.32.4
download-init-package: ${{ inputs.download-init-package }}

- name: Use Node.js latest
Expand All @@ -40,4 +40,4 @@ runs:
- name: Install UDS CLI
shell: bash
# renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
run: brew install defenseunicorns/tap/uds@0.6.1
run: brew install defenseunicorns/tap/uds@0.9.2
2 changes: 1 addition & 1 deletion tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ tasks:
- task: test:health-check
- task: test:ingress

- name: cleanup
- name: cleanup-cluster
actions:
- task: cleanup:destroy
7 changes: 1 addition & 6 deletions values/confluence-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ confluence:
secretKeyRef:
name: "confluence-postgres"
key: "password"

volumes:
localHome:
persistentVolumeClaim:
create: true
Expand All @@ -43,8 +43,3 @@ confluence:
requests:
storage: 1Gi

# networkPolicies:
# enabled: true
# ingressLabels:
# app: tenant-ingressgateway
# controlPlaneCidr: 0.0.0.0/0

0 comments on commit 1731400

Please sign in to comment.