Skip to content

Commit

Permalink
refactor: remove value-repo file
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellmueller committed Apr 18, 2023
1 parent 1cc6de0 commit 778c6ba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/deploy/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ runs:
helm dep up
helm upgrade --install --atomic "$@" crunchy-postgres . --timeout=8m0s -n ${{ inputs.openshift_namespace }} \
--set networking.route.host=${{ inputs.openshift_route }} \
--values values-repo.yaml
--set pgmonitor.enabled=true
working-directory: ./charts/crunchy-postgres
shell: bash
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ An archive of the latest releases raw YAML files can be found in the [releases](

Alternatively you can save them with the [helm template](https://helm.sh/docs/helm/helm_template/) command:

`helm template -f charts/tools/values-repo.yaml --output-dir yaml charts/crunchy-postgres`
`helm template --output-dir yaml charts/crunchy-postgres`
`helm template --output-dir yaml charts/tools`

## Contact Info
Expand Down
2 changes: 0 additions & 2 deletions charts/crunchy-postgres/values-repo.yaml

This file was deleted.

0 comments on commit 778c6ba

Please sign in to comment.