Browse Source

Merge pull request #24 from Ornias1993/patch-2

Remove requirements.yaml, due to Helm 3 changes
Waqar Ahmed 4 năm trước cách đây
mục cha
commit
e71956ffab
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      README.md

+ 0 - 1
README.md

@@ -17,7 +17,6 @@ charts/ix-chart/<chart version>/
   Chart.yaml               # Required Helm chart information file
   questions.yaml           # TrueNAS SCALE Specific: File containing questions for TrueNAS SCALE UI
   README.md                # Optional: Helm Readme file (will be rendered in TrueNAS SCALE UI as well)
-  requirements.yaml        # Optional YAML file listing dependencies for the chart
   templates/               # A directory of templates that, when combined with values.yml will generate K8s YAML
   values.yaml              # The default configuration values for this chart
 ```