Skip to content

Commit a0784ee

Browse files
zillaniphenixblue
authored andcommitted
Update mapfile separator :: (new syntax)
In Mapfile, the syntax : is deprecated as of v1.4.3 and will be removed in future versions. Map file configurations should use the new syntax ie. ::
1 parent 8bd5d06 commit a0784ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ metadata:
208208
apiVersion: v1
209209
data:
210210
maps: |
211-
default:registry.example.com
211+
default::registry.example.com
212212
kind: ConfigMap
213213
metadata:
214214
creationTimestamp: null

0 commit comments

Comments
 (0)