Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Support for single quotes in YAML image value #1008

Merged
merged 1 commit into from
Mar 15, 2018
Merged

Conversation

rndstr
Copy link
Contributor

@rndstr rndstr commented Mar 14, 2018

Previously we only supported double quotes (or no quotes)

image: "weaveworks/weave-kube:2.2.0"

This PR adds support for single quotes

image: 'weaveworks/weave-kube:2.2.0'

Fixes #1000 while we wait for #976 to replace this code

Previously we only supported double quotes (or no quotes)

    image: "weaveworks/weave-kube:2.2.0"

This PR adds support for single quotes

    image: 'weaveworks/weave-kube:2.2.0'
@rndstr rndstr requested a review from squaremo March 14, 2018 23:21
Copy link
Member

@squaremo squaremo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah nice. Thanks Roli!

@rndstr rndstr merged commit b205a92 into master Mar 15, 2018
@rndstr rndstr deleted the 1000-yaml-single-quotes branch March 15, 2018 16:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants