Procházet zdrojové kódy

Merge pull request #37 from truenas/NAS-109470

Allow running privileged containers
Waqar Ahmed před 4 roky
rodič
revize
dc6de901e7

+ 0 - 0
test/ix-chart/2101.0.0/.helmignore → test/ix-chart/2102.1.0/.helmignore


+ 0 - 0
test/ix-chart/2101.0.0/Chart.lock → test/ix-chart/2102.1.0/Chart.lock


+ 1 - 1
test/ix-chart/2101.0.0/Chart.yaml → test/ix-chart/2102.1.0/Chart.yaml

@@ -15,7 +15,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: 2101.0.0
+version: 2102.1.0
 
 # 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

+ 0 - 0
test/ix-chart/2101.0.0/README.md → test/ix-chart/2102.1.0/README.md


+ 0 - 0
test/ix-chart/2101.0.0/app-readme.md → test/ix-chart/2102.1.0/app-readme.md


+ 0 - 0
test/ix-chart/2101.0.0/charts/common-2101.0.0.tgz → test/ix-chart/2102.1.0/charts/common-2101.0.0.tgz


+ 0 - 0
test/ix-chart/2101.0.0/default_values.yaml → test/ix-chart/2102.1.0/default_values.yaml


+ 13 - 0
test/ix-chart/2101.0.0/questions.yaml → test/ix-chart/2102.1.0/questions.yaml

@@ -447,3 +447,16 @@ questions:
       $ref:
         - "definitions/gpuConfiguration"
       attrs: []
+
+  - variable: securityContext
+    label: "Security Context"
+    group: "Workload Details"
+    schema:
+      type: dict
+      attrs:
+        - variable: privileged
+          label: "Privileged Mode"
+          description: "Determines if any container in a pod can enable privileged mode. By default a container is not allowed to access any devices on the host, but a 'privileged' container is given access to all devices on the host. This allows the container nearly all the same access as processes running on the host."
+          schema:
+            type: boolean
+            default: false

+ 0 - 0
test/ix-chart/2101.0.0/templates/NOTES.txt → test/ix-chart/2102.1.0/templates/NOTES.txt


+ 0 - 0
test/ix-chart/2101.0.0/templates/_containers.tpl → test/ix-chart/2102.1.0/templates/_containers.tpl


+ 0 - 0
test/ix-chart/2101.0.0/templates/_helpers.tpl → test/ix-chart/2102.1.0/templates/_helpers.tpl


+ 0 - 0
test/ix-chart/2101.0.0/templates/_networking.tpl → test/ix-chart/2102.1.0/templates/_networking.tpl


+ 0 - 0
test/ix-chart/2101.0.0/templates/_volumes.tpl → test/ix-chart/2102.1.0/templates/_volumes.tpl


+ 0 - 0
test/ix-chart/2101.0.0/templates/_workload.tpl → test/ix-chart/2102.1.0/templates/_workload.tpl


+ 0 - 0
test/ix-chart/2101.0.0/templates/external-interfaces.yaml → test/ix-chart/2102.1.0/templates/external-interfaces.yaml


+ 0 - 0
test/ix-chart/2101.0.0/templates/service.yaml → test/ix-chart/2102.1.0/templates/service.yaml


+ 0 - 0
test/ix-chart/2101.0.0/templates/tests/deployment-check.yaml → test/ix-chart/2102.1.0/templates/tests/deployment-check.yaml


+ 0 - 0
test/ix-chart/2101.0.0/templates/workload.yaml → test/ix-chart/2102.1.0/templates/workload.yaml


+ 0 - 0
test/ix-chart/2101.0.0/test_values.yaml → test/ix-chart/2102.1.0/test_values.yaml


+ 0 - 0
test/ix-chart/2101.0.0/values.yaml → test/ix-chart/2102.1.0/values.yaml