Skip to content

Commit

Permalink
fix(doc): use single-quote EOF to avoid expanding variables (#7580)
Browse files Browse the repository at this point in the history
  • Loading branch information
thbkrkr committed Feb 27, 2024
1 parent e2af7e9 commit 269c1b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Add the following specification to create a minimal Logstash deployment that wil

[source,yaml,subs="attributes,+macros,callouts"]
----
cat $$<<$$EOF | kubectl apply -f -
cat $$<<$$'EOF' | kubectl apply -f -
apiVersion: logstash.k8s.elastic.co/v1alpha1
kind: Logstash
metadata:
Expand Down

0 comments on commit 269c1b3

Please sign in to comment.