Commit 3fe19c32 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #45246 from psiwczak/master

Automatic merge from submit-queue (batch tested with PRs 45219, 45246) Fixed misspelled http URL in the cluster-dns example **What this PR does / why we need it**: Fixes wrong http URL in the examples/cluster-dns. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: none **Release note**: none
parents 19423e62 2dffd466
...@@ -11,6 +11,6 @@ spec: ...@@ -11,6 +11,6 @@ spec:
command: command:
- python - python
- client.py - client.py
- http://dns-backend.development.cluster.local:8000 - http://dns-backend.development.svc.cluster.local:8000
imagePullPolicy: Always imagePullPolicy: Always
restartPolicy: Never restartPolicy: Never
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment