Skip to content

Commit

Permalink
chore: db.storageClass should be string default
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra authored and moshloop committed Apr 22, 2024
1 parent 9d9e3da commit fdda123
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/agent-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ jobs:
helm template . \
--set upstream.host=host \
--set upstream.password=password \
--set upstream.agentName=agent \
--set db.storageClass=default \
--set upstream.agentName=agent
2 changes: 1 addition & 1 deletion agent-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ db:
jwtSecretKeyRef:
name: incident-commander-postgrest-jwt
key: PGRST_JWT_SECRET
storageClass:
storageClass: ''
storage: 20Gi
shmVolume: 256Mi
resources:
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ db:
jwtSecretKeyRef:
name: incident-commander-postgrest-jwt
key: PGRST_JWT_SECRET
storageClass:
storageClass: ''
storage: 20Gi
shmVolume: 256Mi
resources:
Expand Down

0 comments on commit fdda123

Please sign in to comment.