deploy: added json field tags for csi config map

This commit adds the json field tags for csi config map for
encoding and decoding JSON.

Signed-off-by: Praveen M <m.praveen@ibm.com>
This commit is contained in:
Praveen M
2023-12-18 16:34:31 +05:30
committed by mergify[bot]
parent 35f034f156
commit 50e505619c
10 changed files with 74 additions and 124 deletions

View File

@ -35,4 +35,4 @@ func TestNewCSIConfigMapYAML(t *testing.T) {
require.NoError(t, err)
require.NotEqual(t, "", yaml)
}
}