Skip to content

Commit 437aace

Browse files
authored
Merge pull request #152 from holaplex/espi/hub-ui-web3
[HUB UI] Secrets for Web3 up
2 parents 533ca3e + b90493c commit 437aace

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

charts/hub-ui/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 0.4.0
21+
version: 0.5.0
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to

charts/hub-ui/templates/secrets.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ type: Opaque
1010
data:
1111
NFT_STORAGE_TOKEN: {{ required "must set nft storage token" .entries.nftStorageToken | b64enc }}
1212
STRIPE_SECRET_KEY: {{ required "must set stripe secret key" .entries.stripeSecretKey | b64enc }}
13+
W3_UP_KEY: {{ required "must set w3 up key" .entries.w3UpKey | b64enc }}
14+
W3_UP_PROOF: {{ required "must set w3 up proof" .entries.w3UpProof | b64enc }}
1315
{{- end }}
1416
{{- end }}

charts/hub-ui/values.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ serviceAccount:
2525

2626
podAnnotations: {}
2727

28-
podSecurityContext: {}
28+
podSecurityContext:
29+
{}
2930
# fsGroup: 2000
3031

31-
securityContext: {}
32+
securityContext:
33+
{}
3234
# capabilities:
3335
# drop:
3436
# - ALL
@@ -40,7 +42,8 @@ service:
4042
type: ClusterIP
4143
port: 80
4244

43-
resources: {}
45+
resources:
46+
{}
4447
# We usually recommend not to specify default resources and to leave this as a conscious
4548
# choice for the user. This also increases chances charts run on environments with little
4649
# resources, such as Minikube. If you do want to specify resources, uncomment the following
@@ -87,3 +90,5 @@ secrets:
8790
entries:
8891
nftStorageToken:
8992
stripeSecretKey:
93+
w3UpKey:
94+
w3UpProof:

0 commit comments

Comments
 (0)