Skip to content

Commit

Permalink
Merge pull request #8377 from rifelpet/automated-cherry-pick-of-#8248…
Browse files Browse the repository at this point in the history
…-origin-release-1.15

Automated cherry pick of #8248: Fix issues with older versions of k8s for basic clusters
  • Loading branch information
k8s-ci-robot authored Jan 23, 2020
2 parents 51a0fe2 + 7742de9 commit df19aa4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

{{- if or (.KubeDNS.UpstreamNameservers) (.KubeDNS.StubDomains) }}
---
apiVersion: v1
kind: ConfigMap
metadata:
Expand All @@ -28,9 +27,9 @@ data:
stubDomains: |
{{ ToJSON .KubeDNS.StubDomains }}
{{- end }}
{{- end }}

---
{{- end }}

apiVersion: extensions/v1beta1
kind: Deployment
Expand Down

0 comments on commit df19aa4

Please sign in to comment.