You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ki...@apache.org on 2020/07/30 20:38:40 UTC

[trafficserver-ingress-controller] branch master updated: Fixes configmap typo in readme (#33)

This is an automated email from the ASF dual-hosted git repository.

kichan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 98233fa  Fixes configmap typo in readme (#33)
98233fa is described below

commit 98233fa2b5866d93eefe5cd6b97463a86c74cd67
Author: Rishabh Chhabra <ri...@gmail.com>
AuthorDate: Thu Jul 30 15:38:30 2020 -0500

    Fixes configmap typo in readme (#33)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 402c9d5..f8d4d29 100644
--- a/README.md
+++ b/README.md
@@ -100,7 +100,7 @@ Once you have cloned the project repo and started Docker and Minikube, in the te
     - Create a self-signed certificate
 11. `$ kubectl create secret tls tls-secret --key tls.key --cert tls.crt -n trafficserver-test --dry-run=client -o yaml | kubectl apply -f -`
     - Create a secret in the namespace just created
-12. `$ kubectl apply -f k8s/configmaps/fluentd-confmap.yaml`
+12. `$ kubectl apply -f k8s/configmaps/fluentd-configmap.yaml`
     - Create config map for fluentd
 13. `$ kubectl apply -f k8s/traffic-server/`
     -  will define a new [kubernetes namespace](https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/) named `trafficserver-test` and deploy a single ATS pod to said namespace. The ATS pod is also where the ingress controller lives.