Skip to content
This repository was archived by the owner on May 27, 2019. It is now read-only.

Commit 96f0c61

Browse files
author
Matthew Fisher
committed
fix(charts): remove deployment and service annotations
1 parent ee87845 commit 96f0c61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/router/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ dhparam: ""
88

99
# Any custom router annotations(https://github.com/deis/router#annotations)
1010
# which need to be applied can be specified as key-value pairs under "deployment_annotations"
11-
deployment_annotations:
11+
#deployment_annotations:
1212
#<example-key>: <example-value>
1313

1414
# Any custom annotations for k8s services like http://kubernetes.io/docs/user-guide/services/#ssl-support-on-aws
1515
# which need to be applied can be specified as key-value pairs under "service_annotations"
16-
service_annotations:
16+
#service_annotations:
1717
#<example-key>: <example-value>
1818

1919
# Enable to pin router pod hostPort when using minikube or vagrant

0 commit comments

Comments
 (0)