Skip to content

Commit

Permalink
Merge branch 'main' into update-operator-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoravong authored Oct 31, 2023
2 parents a9749fe + 94f02c7 commit e2ff200
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .chloggen/featureremovedefaultallowedFlexVolumes.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
change_type: 'bug_fix'
component: 'chart'
note: "Remove by default empty allowedFlexVolumes"
issues: [981]
subtext: "Removed the allowedFlexVolumes empty field since it does not provide any default additional benefits for the users."
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
version: v3.11.3

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.6.0
with:
version: v3.7.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ allowHostPID: true
allowHostPorts: true
allowPrivilegedContainer: false
allowedCapabilities: []
allowedFlexVolumes: []
defaultAddCapabilities: []
fsGroup:
type: MustRunAs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ seLinuxContext:
role: "system_r"
type: "spc_t"
level: "s0"
allowedFlexVolumes: []
allowedCapabilities: []
defaultAddCapabilities: []
fsGroup:
Expand Down

0 comments on commit e2ff200

Please sign in to comment.