Skip to content
This repository was archived by the owner on Apr 30, 2023. It is now read-only.

Commit cfca607

Browse files
authored
Store all namespaces under quotes
1 parent e2e53f5 commit cfca607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/ocp-metal-ui-template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ kind: ConfigMap
1717
apiVersion: v1
1818
metadata:
1919
name: ocp-metal-ui
20-
namespace: __NAMESPACE__
20+
namespace: "__NAMESPACE__"
2121
data:
2222
nginx.conf: |
2323
server {

0 commit comments

Comments
 (0)