Skip to content

Commit

Permalink
Add pi-hole to testing cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Nov 17, 2024
1 parent 98a4041 commit 23bd74d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/helm-charts-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,15 @@ jobs:
node_image: "kindest/node:v${{ matrix.k8s }}.0"
config: etc/kind.yaml
- run: kubectl get nodes
- run: kubectl get pods -A
- name: Install postgresql
uses: evryfs/[email protected]
with:
repo: https://charts.bitnami.com/bitnami
chart: postgresql
helm: 'helm' # optional, default value is 'helm'
args: '--wait --timeout 13m' #optional, default value is '--wait --timeout 2m' in order to wait for the chart-install to stabilize into ready state
- run: kubectl get pods -A
- name: Get PG password
id: postgresql_password
run: |
Expand Down

0 comments on commit 23bd74d

Please sign in to comment.