Skip to content

Commit

Permalink
Merge pull request #35 from holaplex/mpw/update-nfts-chart
Browse files Browse the repository at this point in the history
fix typo on variable name wops
  • Loading branch information
mpwsh authored Mar 5, 2023
2 parents af33207 + d4bdeeb commit 0adf526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/hub-nfts/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.1.2
version: 0.1.3

# 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/templates/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ data:
PORT: {{ .port | quote }}
KAFKA_BROKERS: {{ required "must set kafka brokers" .kafkaBrokers | quote }}
SOLANA_ENDPOINT: {{ required "must set solana endpoint" .solanaEndpoint | quote }}
SOLANA_KEYPAIR_PATH: {{ required "must set key pair path" .keyPairPath | quote }}
SOLANA_KEYPAIR_PATH: {{ required "must set key pair path" .solanaKeyPairPath | quote }}
KAFKA_USERNAME: {{ required "must set kafka username" .kafkaUsername | quote }}
KAFKA_SSL: {{ required "must set kafka ssl" .kafkaSsl | quote }}
IPFS_ENDPOINT: {{ required "must set ipfs endpoint" .ipfsEndpoint | quote }}
Expand Down

0 comments on commit 0adf526

Please sign in to comment.