Skip to content

Commit

Permalink
fix: secret and env for digital asset api
Browse files Browse the repository at this point in the history
  • Loading branch information
kespinola committed Jul 27, 2023
1 parent 54467fd commit 58de147
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/hub-nfts-solana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.0
version: 0.4.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/hub-nfts-solana/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ data:
KAFKA_PASSWORD: {{ .entries.kafkaPassword | b64enc }}
SOLANA_ENDPOINT: {{ .entries.solanaEndpoint | b64enc }}
DRAGON_MOUTH_ENDPOINT: {{ .entries.dragonMouthEndpoint | b64enc }}
DIGITAL_ASSETS_API_ENDPOINT: {{ .entries.digitalAssetsApiEndpoint | b64enc }}
DIGITAL_ASSET_API_ENDPOINT: {{ .entries.digitalAssetApiEndpoint | b64enc }}
DRAGON_MOUTH_X_TOKEN: {{ .entries.dragonMouthXToken | b64enc }}
{{- end }}
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion charts/hub-nfts-solana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ secrets:
databaseUrl: ""
dragonMouthEndpoint: ""
dragonMouthXToken: ""
digitalAssetsApiEndpoint: ""
digitalAssetApiEndpoint: ""

environment:
kafkaBrokers: "hub-eventbus-cluster-0.hub-eventbus-cluster.default.svc.cluster.local.:9093"
Expand Down

0 comments on commit 58de147

Please sign in to comment.