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 d2029ed commit 83f847f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/tests/helm_lib_csi_node_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@ tests:
kind: DaemonSet
apiVersion: apps/v1
metadata:
name: {{ $fullname }}
namespace: d8-{{ $context.Chart.Name }}
name: name
namespace: d8-name
spec:
updateStrategy:
type: RollingUpdate
selector:
matchLabels:
app: {{ $fullname }}
app: name
template:
metadata:
labels:
app: {{ $fullname }}
app: name
spec:
initContainers:
- command:
Expand Down

0 comments on commit 83f847f

Please sign in to comment.