Skip to content

Commit 3a8921b

Browse files
committed
Fixed expected test data
1 parent 9963fb9 commit 3a8921b

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

internal/controller/test_data/wfs/complete/expected/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ spec:
126126
volumeMounts:
127127
- mountPath: /srv/data
128128
name: base
129-
readOnly: false
129+
readOnly: true
130130
- mountPath: /var/www
131131
name: data
132132
readOnly: false

internal/controller/test_data/wfs/minimal/expected/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ spec:
122122
volumeMounts:
123123
- mountPath: /srv/data
124124
name: base
125-
readOnly: false
125+
readOnly: true
126126
- mountPath: /var/www
127127
name: data
128128
readOnly: false

internal/controller/test_data/wfs/noprefetch/expected/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ spec:
122122
volumeMounts:
123123
- mountPath: /srv/data
124124
name: base
125-
readOnly: false
125+
readOnly: true
126126
- mountPath: /var/www
127127
name: data
128128
readOnly: false

internal/controller/test_data/wms/complete/expected/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ spec:
128128
volumeMounts:
129129
- mountPath: /srv/data
130130
name: base
131-
readOnly: false
131+
readOnly: true
132132
- mountPath: /var/www
133133
name: data
134134
readOnly: false

internal/controller/test_data/wms/custom-mapfile/expected/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ spec:
131131
volumeMounts:
132132
- mountPath: /srv/data
133133
name: base
134-
readOnly: false
134+
readOnly: true
135135
- mountPath: /var/www
136136
name: data
137137
readOnly: false

internal/controller/test_data/wms/minimal/expected/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ spec:
131131
volumeMounts:
132132
- mountPath: /srv/data
133133
name: base
134-
readOnly: false
134+
readOnly: true
135135
- mountPath: /var/www
136136
name: data
137137
readOnly: false

internal/controller/test_data/wms/noprefetch/expected/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ spec:
131131
volumeMounts:
132132
- mountPath: /srv/data
133133
name: base
134-
readOnly: false
134+
readOnly: true
135135
- mountPath: /var/www
136136
name: data
137137
readOnly: false

0 commit comments

Comments
 (0)