Skip to content

Commit

Permalink
Fix nats mount, use go.mod for go test (#80)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Siwiec <rizzza@users.noreply.github.com>
  • Loading branch information
rizzza authored Nov 1, 2023
1 parent d7f833f commit 2107760
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 15 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ jobs:
- name: Set up Go for ${{ matrix.ci-database }}
uses: actions/setup-go@v4
with:
#go-version-file: "go.mod"
go-version: "1.20.5"
go-version-file: "go.mod"
- name: Install atlas for db migrations on ${{ matrix.ci-database }}
run: go install ariga.io/atlas/cmd/atlas@latest

Expand Down
6 changes: 3 additions & 3 deletions chart/metadata-api/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 2.13.3
- name: reloader
repository: https://stakater.github.io/stakater-charts
version: 1.0.46
digest: sha256:329e129dfec0139251fd730445140c618a4af174ec94f53488d00feda118ed7d
generated: "2023-10-22T16:51:56.898061326Z"
version: 1.0.48
digest: sha256:4aee3ff83296d5d38c000ad6d74384fd6ea8f3ce67ee1e625f9415eafbd95e1e
generated: "2023-10-26T21:20:00.029365564Z"
2 changes: 1 addition & 1 deletion chart/metadata-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ dependencies:
version: 2.13.3
- name: reloader
condition: reloader.enabled
version: "1.0.46"
version: "1.0.48"
repository: "https://stakater.github.io/stakater-charts"
2 changes: 1 addition & 1 deletion chart/metadata-api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ spec:
volumeMounts:
{{- if .Values.api.events.nats.credsSecretName }}
- name: events-creds
mountPath: /event-creds
mountPath: /nats
{{- end }}
{{- if .Values.api.db.certSecret }}
- name: dbcerts
Expand Down
8 changes: 0 additions & 8 deletions chart/metadata-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

serviceAccount:
create: true
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""

podAnnotations: {}

service:
Expand Down

0 comments on commit 2107760

Please sign in to comment.