Skip to content

Commit

Permalink
Merge pull request #629 from cncf/dbentley_#508_patch
Browse files Browse the repository at this point in the history
[PATCH] Fix for 'converting YAML to JSON error' during cnf_setup for immutable_configmap
  • Loading branch information
denverwilliams authored Mar 2, 2021
2 parents 2a00809 + 120db43 commit c33c216
Showing 1 changed file with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: myapp
data:
api.server: https://example.com
---
apiVersion: v1
data:
api.server: "https://example.com"
kind: ConfigMap
metadata:
name: myapp

0 comments on commit c33c216

Please sign in to comment.