Skip to content

Commit

Permalink
Update mapfile separator :: (new syntax)
Browse files Browse the repository at this point in the history
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. ::
  • Loading branch information
zillani authored Mar 9, 2023
1 parent 3c0c03a commit a0a1289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ metadata:
apiVersion: v1
data:
maps: |
default:registry.example.com
default::registry.example.com
kind: ConfigMap
metadata:
creationTimestamp: null
Expand Down

0 comments on commit a0a1289

Please sign in to comment.