Skip to content

Commit

Permalink
Restore default values (#29)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Auerbeck <[email protected]>
  • Loading branch information
tylerauerbeck authored Jul 28, 2023
1 parent cdbe5ee commit f67944b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions chart/resource-provider-api/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
image:
#repository: ghcr.io/infratographer/resource-provider-api
repository: quay.io/tauerbeck/resource-provider-api
repository: ghcr.io/infratographer/resource-provider-api
pullPolicy: IfNotPresent
tag: "v0.0.2"

Expand Down Expand Up @@ -35,9 +34,9 @@ api:
listenPort: 7610
extraLabels: {}
extraAnnotations: {}
extraEnvVars:
- value: "postgresql://[email protected]:26257/resource_provider_api?sslmode=disable"
name: RESOURCEPROVIDERAPI_CRDB_URI
extraEnvVars: []
# - value: "postgresql://[email protected]:26257/resource_provider_api?sslmode=disable"
# name: RESOURCEPROVIDERAPI_CRDB_URI
resources: {}
podSecurityContext: {}
securityContext: {}
Expand Down

0 comments on commit f67944b

Please sign in to comment.