fix(ipfs): missing sections of UI (#2738)

This commit is contained in:
Stavros Kois
2022-05-23 20:49:18 +00:00
committed by GitHub
parent 2bcd3a0df8
commit da347f9a62
2 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: ipfs
version: 2.0.10
version: 2.0.11
appVersion: "0.12.2"
description: IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas from previous systems such Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm, exchanging git objects.
type: application
+14
View File
@@ -76,12 +76,26 @@ questions:
- value: "OnDelete"
description: "(Legacy) OnDelete: ignore .spec.template changes"
# Include{controllerExpert}
- variable: secret
group: "Container Configuration"
label: "Image Secrets"
schema:
additional_attrs: true
type: dict
attrs:
- variable: IPFS_SWARM_KEY
label: "IPFS_SWARM_KEY"
description: "The IPFS_SWARM_KEY creates swarm.key with the contents of the variable itself."
schema:
type: string
default: ""
- variable: env
group: "Container Configuration"
label: "Image Environment"
schema:
additional_attrs: true
type: dict
attrs:
- variable: IPFS_PROFILE
label: "IPFS_PROFILE (Initial install only)"
description: "When starting a container running ipfs for the first time with an empty data directory, it will call ipfs init to initialize configuration files and generate a new keypair. At this time, you can choose which profile to apply using the IPFS_PROFILE."