Skip to content

Commit

Permalink
Ordering of SecurityContextConstraint array items (#105)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Block <andy.block@gmail.com>
Co-authored-by: Faisal Memon <fymemon@yahoo.com>
  • Loading branch information
sabre1041 and faisal-memon authored Nov 15, 2023
1 parent 8f542f2 commit 5c0ce97
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ users:
- system:serviceaccount:{{ include "spiffe-oidc-discovery-provider.namespace" . }}:{{ include "spiffe-oidc-discovery-provider.serviceAccountName" . }}-pre-delete
volumes:
- configMap
- csi
- downwardAPI
- emptyDir
- ephemeral
- hostPath
- projected
- secret
- ephemeral
- downwardAPI
- csi
- emptyDir
allowHostDirVolumePlugin: true
allowHostIPC: true
allowHostNetwork: true
Expand Down

0 comments on commit 5c0ce97

Please sign in to comment.