Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: v.oleynikov <[email protected]>
  • Loading branch information
duckhawk committed Nov 1, 2023
1 parent 83f847f commit 304c821
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions tests/tests/helm_lib_csi_node_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,33 +32,33 @@ tests:

asserts:
- containsDocument:
kind: DaemonSet
apiVersion: apps/v1
metadata:
name: name
namespace: d8-name
spec:
updateStrategy:
type: RollingUpdate
selector:
matchLabels:
app: name
template:
metadata:
labels:
kind: DaemonSet
apiVersion: apps/v1
metadata:
name: name
namespace: d8-name
spec:
updateStrategy:
type: RollingUpdate
selector:
matchLabels:
app: name
spec:
initContainers:
- command:
- initContainerCommand
env:
- name: testEnv
value: testValue
image: initContainerImage
imagePullPolicy: IfNotPresent
name: csi-node-init-container
resources:
requests:
ephemeral-storage: 50Mi
additionalPart0: additionalPart0
additionalPart1: additionalPart1
template:
metadata:
labels:
app: name
spec:
initContainers:
- command:
- initContainerCommand
env:
- name: testEnv
value: testValue
image: initContainerImage
imagePullPolicy: IfNotPresent
name: csi-node-init-container
resources:
requests:
ephemeral-storage: 50Mi
additionalPart0: additionalPart0
additionalPart1: additionalPart1

0 comments on commit 304c821

Please sign in to comment.